#AF9B81

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

Shades of Bronco #AF9B81

Tints of Bronco #AF9B81

Color information

#AF9B81 (or 0xAF9B81) is unknown color: approx Bronco. HEX triplet: AF, 9B and 81. RGB value is (175,155,129). Sum of RGB (Red+Green+Blue) = 175+155+129=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B81 is #50647E. Grayscale: #9E9E9E. Windows color (decimal): -5268607 or 8493999. OLE color: 8493999.

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

Color convert

RGB175155129-
CMYK00.110.260.31
HSL33.91º22.33%59.61%-
HSV(B)33.91º26.29%68.63%-
XYZ33.3634.1425.6-
YUV158.02111.63140.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=38.13%
G=33.77%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515512900.110.260.3133.9122.3359.61
HexAF9B810B1A1F22163c
Octal2572332010133237422674
Binary10101111100110111000000101011110101111110001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B81; }

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

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

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

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

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

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

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

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