#A99879

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

Shades of Bronco #A99879

Tints of Bronco #A99879

Color information

#A99879 (or 0xA99879) is unknown color: approx Bronco. HEX triplet: A9, 98 and 79. RGB value is (169,152,121). Sum of RGB (Red+Green+Blue) = 169+152+121=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 169 - color contains mainly: red. Hex color #A99879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99879 is #566786. Grayscale: #999999. Windows color (decimal): -5662599 or 7968937. OLE color: 7968937.

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

Color convert

RGB169152121-
CMYK00.100.280.34
HSL38.75º21.82%56.86%-
HSV(B)38.75º28.4%66.27%-
XYZ31.0432.2722.68-
YUV153.55109.63139.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 121 (47.66% from 255) = 27.38%
R=38.24%
G=34.39%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915212100.100.280.3438.7521.8256.86
HexA998790A1C22271639
Octal2512301710123442472671
Binary10101001100110001111001010101110010001010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99879; }

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

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

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

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

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

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

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

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