#A89477

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

Shades of Bronco #A89477

Tints of Bronco #A89477

Color information

#A89477 (or 0xA89477) is unknown color: approx Bronco. HEX triplet: A8, 94 and 77. RGB value is (168,148,119). Sum of RGB (Red+Green+Blue) = 168+148+119=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A89477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89477 is #576B88. Grayscale: #969696. Windows color (decimal): -5729161 or 7836840. OLE color: 7836840.

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

Color convert

RGB168148119-
CMYK00.120.290.34
HSL35.51º21.97%56.27%-
HSV(B)35.51º29.17%65.88%-
XYZ30.0730.8421.82-
YUV150.67110.13140.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=38.62%
G=34.02%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814811900.120.290.3435.5121.9756.27
HexA894770C1D22241638
Octal2502241670143542442670
Binary10101000100101001110111011001110110001010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89477; }

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

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

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

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

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

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

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

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