#A9987B

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

Shades of Bronco #A9987B

Tints of Bronco #A9987B

Color information

#A9987B (or 0xA9987B) is unknown color: approx Bronco. HEX triplet: A9, 98 and 7B. RGB value is (169,152,123). Sum of RGB (Red+Green+Blue) = 169+152+123=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A9987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9987B is #566784. Grayscale: #999999. Windows color (decimal): -5662597 or 8100009. OLE color: 8100009.

HSL color Cylindrical-coordinate representation of color #A9987B: hue angle of 37.83º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9987B is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169152123-
CMYK00.100.270.34
HSL37.83º21.1%57.25%-
HSV(B)37.83º27.22%66.27%-
XYZ31.1732.3223.33-
YUV153.78110.63138.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 152 (59.77% from 255) = 34.23%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=38.06%
G=34.23%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915212300.100.270.3437.8321.157.25
HexA9987B0A1B22261539
Octal2512301730123342462571
Binary10101001100110001111011010101101110001010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9987B; }

 p { color: rgb(169,152,123); }

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

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

 a { background-color: rgb(169,152,123); }

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

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

 span { border-color: rgb(169,152,123); }

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