#A69880

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

Shades of Bronco #A69880

Tints of Bronco #A69880

Color information

#A69880 (or 0xA69880) is unknown color: approx Bronco. HEX triplet: A6, 98 and 80. RGB value is (166,152,128). Sum of RGB (Red+Green+Blue) = 166+152+128=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69880 is #59677F. Grayscale: #999999. Windows color (decimal): -5859200 or 8427686. OLE color: 8427686.

HSL color Cylindrical-coordinate representation of color #A69880: hue angle of 37.89º 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 #A69880 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB166152128-
CMYK00.080.230.35
HSL37.89º17.59%57.65%-
HSV(B)37.89º22.89%65.1%-
XYZ30.8532.1225-
YUV153.45113.64136.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=37.22%
G=34.08%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212800.080.230.3537.8917.5957.65
HexA6988008172326123a
Octal2462302000102743462272
Binary101001101001100010000000010001011110001110011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69880; }

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

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

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

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

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

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

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

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