#AF853C

Color #AF853C Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AF853C

Tints of Alpine #AF853C

Color information

#AF853C (or 0xAF853C) is unknown color: approx Alpine. HEX triplet: AF, 85 and 3C. RGB value is (175,133,60). Sum of RGB (Red+Green+Blue) = 175+133+60=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF853C is #507AC3. Grayscale: #898989. Windows color (decimal): -5274308 or 3966383. OLE color: 3966383.

HSL color Cylindrical-coordinate representation of color #AF853C: hue angle of 38.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF853C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17513360-
CMYK00.240.660.31
HSL38.09º48.94%46.08%-
HSV(B)38.09º65.71%68.63%-
XYZ26.8826.227.92-
YUV137.2484.41154.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 60 (23.83% from 255) = 16.30%
R=47.55%
G=36.14%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751336000.240.660.3138.0948.9446.08
HexAF853C018421F26312e
Octal2572057403010237466156
Binary1010111110000101111100011000100001011111100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF853C; }

 p { color: rgb(175,133,60); }

 H1.HeaderClassName
 {
   color: #AF853C;
 }
 .AnyTagClassName
 {
   color: #AF853C;
 }
</style>
background-color css

<style>
 a { background-color: #AF853C; }

 a { background-color: rgb(175,133,60); }

 div.DivClassName
 {
   background-color: #AF853C;
 }
 .BgClassName
 {
   background-color: #AF853C;
 }
</style>
border-color css

<style>
 span { border-color: #AF853C; }

 span { border-color: rgb(175,133,60); }

 td.TdClassName
 {
   border-color: #AF853C;
 }
 .TagClassName
 {
   border-color: #AF853C;
 }
</style>