#A89578

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

Shades of Bronco #A89578

Tints of Bronco #A89578

Color information

#A89578 (or 0xA89578) is unknown color: approx Bronco. HEX triplet: A8, 95 and 78. RGB value is (168,149,120). Sum of RGB (Red+Green+Blue) = 168+149+120=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 168 - color contains mainly: red. Hex color #A89578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89578 is #576A87. Grayscale: #979797. Windows color (decimal): -5728904 or 7902632. OLE color: 7902632.

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

Color convert

RGB168149120-
CMYK00.110.290.34
HSL36.25º21.62%56.47%-
HSV(B)36.25º28.57%65.88%-
XYZ30.2931.1822.19-
YUV151.38110.29139.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=38.44%
G=34.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814912000.110.290.3436.2521.6256.47
HexA895780B1D22241638
Octal2502251700133542442670
Binary10101000100101011111000010111110110001010010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89578; }

 p { color: rgb(168,149,120); }

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

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

 a { background-color: rgb(168,149,120); }

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

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

 span { border-color: rgb(168,149,120); }

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