#A89475

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

Shades of Bronco #A89475

Tints of Bronco #A89475

Color information

#A89475 (or 0xA89475) is unknown color: approx Bronco. HEX triplet: A8, 94 and 75. RGB value is (168,148,117). Sum of RGB (Red+Green+Blue) = 168+148+117=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A89475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89475 is #576B8A. Grayscale: #969696. Windows color (decimal): -5729163 or 7705768. OLE color: 7705768.

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

Color convert

RGB168148117-
CMYK00.120.300.34
HSL36.47º22.67%55.88%-
HSV(B)36.47º30.36%65.88%-
XYZ29.9530.7921.19-
YUV150.45109.13140.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=38.80%
G=34.18%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814811700.120.300.3436.4722.6755.88
HexA894750C1E22241738
Octal2502241650143642442770
Binary10101000100101001110101011001111010001010010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89475; }

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

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

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

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

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

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

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

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