#A89479

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

Shades of Bronco #A89479

Tints of Bronco #A89479

Color information

#A89479 (or 0xA89479) is unknown color: approx Bronco. HEX triplet: A8, 94 and 79. RGB value is (168,148,121). Sum of RGB (Red+Green+Blue) = 168+148+121=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A89479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89479 is #576B86. Grayscale: #979797. Windows color (decimal): -5729159 or 7967912. OLE color: 7967912.

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

Color convert

RGB168148121-
CMYK00.120.280.34
HSL34.47º21.27%56.67%-
HSV(B)34.47º27.98%65.88%-
XYZ30.1930.8922.46-
YUV150.9111.13140.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=38.44%
G=33.87%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814812100.120.280.3434.4721.2756.67
HexA894790C1C22221539
Octal2502241710143442422571
Binary10101000100101001111001011001110010001010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89479; }

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

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

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

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

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

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

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

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