#A99477

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

Shades of Bronco #A99477

Tints of Bronco #A99477

Color information

#A99477 (or 0xA99477) is unknown color: approx Bronco. HEX triplet: A9, 94 and 77. RGB value is (169,148,119). Sum of RGB (Red+Green+Blue) = 169+148+119=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A99477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99477 is #566B88. Grayscale: #979797. Windows color (decimal): -5663625 or 7836841. OLE color: 7836841.

HSL color Cylindrical-coordinate representation of color #A99477: hue angle of 34.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99477 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169148119-
CMYK00.120.300.34
HSL34.8º22.52%56.47%-
HSV(B)34.8º29.59%66.27%-
XYZ30.2830.9521.83-
YUV150.97109.96140.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=38.76%
G=33.94%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914811900.120.300.3434.822.5256.47
HexA994770C1E22231738
Octal2512241670143642432770
Binary10101001100101001110111011001111010001010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99477; }

 p { color: rgb(169,148,119); }

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

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

 a { background-color: rgb(169,148,119); }

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

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

 span { border-color: rgb(169,148,119); }

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