#A99377

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

Shades of Bronco #A99377

Tints of Bronco #A99377

Color information

#A99377 (or 0xA99377) is unknown color: approx Bronco. HEX triplet: A9, 93 and 77. RGB value is (169,147,119). Sum of RGB (Red+Green+Blue) = 169+147+119=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 169 - color contains mainly: red. Hex color #A99377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99377 is #566C88. Grayscale: #969696. Windows color (decimal): -5663881 or 7836585. OLE color: 7836585.

HSL color Cylindrical-coordinate representation of color #A99377: hue angle of 33.6º 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 #A99377 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169147119-
CMYK00.130.300.34
HSL33.6º22.52%56.47%-
HSV(B)33.6º29.59%66.27%-
XYZ30.1330.6321.78-
YUV150.39110.29141.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=38.85%
G=33.79%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914711900.130.300.3433.622.5256.47
HexA993770D1E22221738
Octal2512231670153642422770
Binary10101001100100111110111011011111010001010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99377; }

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

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

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

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

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

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

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

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