#AF9D82

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

Shades of Bronco #AF9D82

Tints of Bronco #AF9D82

Color information

#AF9D82 (or 0xAF9D82) is unknown color: approx Bronco. HEX triplet: AF, 9D and 82. RGB value is (175,157,130). Sum of RGB (Red+Green+Blue) = 175+157+130=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D82 is #50627D. Grayscale: #9F9F9F. Windows color (decimal): -5268094 or 8560047. OLE color: 8560047.

HSL color Cylindrical-coordinate representation of color #AF9D82: hue angle of 36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9D82 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175157130-
CMYK00.100.260.31
HSL36º21.95%59.8%-
HSV(B)36º25.71%68.63%-
XYZ33.7734.8426.06-
YUV159.3111.46139.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=37.88%
G=33.98%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515713000.100.260.313621.9559.8
HexAF9D820A1A1F24163c
Octal2572352020123237442674
Binary10101111100111011000001001010110101111110010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9D82; }

 p { color: rgb(175,157,130); }

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

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

 a { background-color: rgb(175,157,130); }

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

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

 span { border-color: rgb(175,157,130); }

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