#AFA081

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

Shades of Bronco #AFA081

Tints of Bronco #AFA081

Color information

#AFA081 (or 0xAFA081) is unknown color: approx Bronco. HEX triplet: AF, A0 and 81. RGB value is (175,160,129). Sum of RGB (Red+Green+Blue) = 175+160+129=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA081 is #505F7E. Grayscale: #A1A1A1. Windows color (decimal): -5267327 or 8495279. OLE color: 8495279.

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

Color convert

RGB175160129-
CMYK00.090.260.31
HSL40.43º22.33%59.61%-
HSV(B)40.43º26.29%68.63%-
XYZ34.2135.8425.88-
YUV160.95109.97138.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=37.72%
G=34.48%
B=27.80%

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
Decimal17516012900.090.260.3140.4322.3359.61
HexAFA081091A1F28163c
Octal2572402010113237502674
Binary10101111101000001000000101001110101111110100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA081; }

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

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

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

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

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

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

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

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