#A69580

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

Shades of Bronco #A69580

Tints of Bronco #A69580

Color information

#A69580 (or 0xA69580) is unknown color: approx Bronco. HEX triplet: A6, 95 and 80. RGB value is (166,149,128). Sum of RGB (Red+Green+Blue) = 166+149+128=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69580 is #596A7F. Grayscale: #979797. Windows color (decimal): -5859968 or 8426918. OLE color: 8426918.

HSL color Cylindrical-coordinate representation of color #A69580: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69580 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166149128-
CMYK00.100.230.35
HSL33.16º17.59%57.65%-
HSV(B)33.16º22.89%65.1%-
XYZ30.3731.1624.84-
YUV151.69114.63138.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=37.47%
G=33.63%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614912800.100.230.3533.1617.5957.65
HexA695800A172321123a
Octal2462252000122743412272
Binary101001101001010110000000010101011110001110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69580; }

 p { color: rgb(166,149,128); }

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

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

 a { background-color: rgb(166,149,128); }

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

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

 span { border-color: rgb(166,149,128); }

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