#A9987E

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

Shades of Bronco #A9987E

Tints of Bronco #A9987E

Color information

#A9987E (or 0xA9987E) is unknown color: approx Bronco. HEX triplet: A9, 98 and 7E. RGB value is (169,152,126). Sum of RGB (Red+Green+Blue) = 169+152+126=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A9987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9987E is #566781. Grayscale: #9A9A9A. Windows color (decimal): -5662594 or 8296617. OLE color: 8296617.

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

Color convert

RGB169152126-
CMYK00.100.250.34
HSL36.28º20%57.84%-
HSV(B)36.28º25.44%66.27%-
XYZ31.3632.424.34-
YUV154.12112.13138.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.81%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=37.81%
G=34.00%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915212600.100.250.3436.282057.84
HexA9987E0A192224143a
Octal2512301760123142442472
Binary10101001100110001111110010101100110001010010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9987E; }

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

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

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

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

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

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

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

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