#A99376

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

Shades of Bronco #A99376

Tints of Bronco #A99376

Color information

#A99376 (or 0xA99376) is unknown color: approx Bronco. HEX triplet: A9, 93 and 76. RGB value is (169,147,118). Sum of RGB (Red+Green+Blue) = 169+147+118=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99376 is #566C89. Grayscale: #969696. Windows color (decimal): -5663882 or 7771049. OLE color: 7771049.

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

Color convert

RGB169147118-
CMYK00.130.300.34
HSL34.12º22.87%56.27%-
HSV(B)34.12º30.18%66.27%-
XYZ30.0730.6121.46-
YUV150.27109.79141.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=38.94%
G=33.87%
B=27.19%

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
Decimal16914711800.130.300.3434.1222.8756.27
HexA993760D1E22221738
Octal2512231660153642422770
Binary10101001100100111110110011011111010001010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99376; }

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

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

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

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

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

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

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

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