#AFA082

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

Shades of Bronco #AFA082

Tints of Bronco #AFA082

Color information

#AFA082 (or 0xAFA082) is unknown color: approx Bronco. HEX triplet: AF, A0 and 82. RGB value is (175,160,130). Sum of RGB (Red+Green+Blue) = 175+160+130=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA082 is #505F7D. Grayscale: #A1A1A1. Windows color (decimal): -5267326 or 8560815. OLE color: 8560815.

HSL color Cylindrical-coordinate representation of color #AFA082: hue angle of 40º 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 #AFA082 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175160130-
CMYK00.090.260.31
HSL40º21.95%59.8%-
HSV(B)40º25.71%68.63%-
XYZ34.2835.8726.24-
YUV161.06110.47137.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=37.63%
G=34.41%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516013000.090.260.314021.9559.8
HexAFA082091A1F28163c
Octal2572402020113237502674
Binary10101111101000001000001001001110101111110100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA082; }

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

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

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

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

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

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

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

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