#A99878

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

Shades of Bronco #A99878

Tints of Bronco #A99878

Color information

#A99878 (or 0xA99878) is unknown color: approx Bronco. HEX triplet: A9, 98 and 78. RGB value is (169,152,120). Sum of RGB (Red+Green+Blue) = 169+152+120=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 169 - color contains mainly: red. Hex color #A99878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99878 is #566787. Grayscale: #999999. Windows color (decimal): -5662600 or 7903401. OLE color: 7903401.

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

Color convert

RGB169152120-
CMYK00.100.290.34
HSL39.18º22.17%56.67%-
HSV(B)39.18º28.99%66.27%-
XYZ30.9832.2522.36-
YUV153.44109.13139.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.32%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 120 (47.27% from 255) = 27.21%
R=38.32%
G=34.47%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915212000.100.290.3439.1822.1756.67
HexA998780A1D22271639
Octal2512301700123542472671
Binary10101001100110001111000010101110110001010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99878; }

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

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

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

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

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

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

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

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