#A89575

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

Shades of Bronco #A89575

Tints of Bronco #A89575

Color information

#A89575 (or 0xA89575) is unknown color: approx Bronco. HEX triplet: A8, 95 and 75. RGB value is (168,149,117). Sum of RGB (Red+Green+Blue) = 168+149+117=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 168 - color contains mainly: red. Hex color #A89575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89575 is #576A8A. Grayscale: #979797. Windows color (decimal): -5728907 or 7706024. OLE color: 7706024.

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

Color convert

RGB168149117-
CMYK00.110.300.34
HSL37.65º22.67%55.88%-
HSV(B)37.65º30.36%65.88%-
XYZ30.1131.121.25-
YUV151.03108.79140.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 149 (58.59% from 255) = 34.33%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=38.71%
G=34.33%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814911700.110.300.3437.6522.6755.88
HexA895750B1E22261738
Octal2502251650133642462770
Binary10101000100101011110101010111111010001010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89575; }

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

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

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

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

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

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

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

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