#A99B81

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

Shades of Bronco #A99B81

Tints of Bronco #A99B81

Color information

#A99B81 (or 0xA99B81) is unknown color: approx Bronco. HEX triplet: A9, 9B and 81. RGB value is (169,155,129). Sum of RGB (Red+Green+Blue) = 169+155+129=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99B81 is #56647E. Grayscale: #9C9C9C. Windows color (decimal): -5661823 or 8493993. OLE color: 8493993.

HSL color Cylindrical-coordinate representation of color #A99B81: hue angle of 39º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99B81 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169155129-
CMYK00.080.240.34
HSL39º18.87%58.43%-
HSV(B)39º23.67%66.27%-
XYZ32.0533.4625.54-
YUV156.22112.64137.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=37.31%
G=34.22%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915512900.080.240.343918.8758.43
HexA99B8108182227133a
Octal2512332010103042472372
Binary101010011001101110000001010001100010001010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B81; }

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

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

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

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

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

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

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

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