#A69881

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

Shades of Bronco #A69881

Tints of Bronco #A69881

Color information

#A69881 (or 0xA69881) is unknown color: approx Bronco. HEX triplet: A6, 98 and 81. RGB value is (166,152,129). Sum of RGB (Red+Green+Blue) = 166+152+129=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69881 is #59677E. Grayscale: #999999. Windows color (decimal): -5859199 or 8493222. OLE color: 8493222.

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

Color convert

RGB166152129-
CMYK00.080.220.35
HSL37.3º17.21%57.84%-
HSV(B)37.3º22.29%65.1%-
XYZ30.9232.1525.34-
YUV153.56114.14136.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 129 (50.78% from 255) = 28.86%
R=37.14%
G=34.00%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615212900.080.220.3537.317.2157.84
HexA6988108162325113a
Octal2462302010102643452172
Binary101001101001100010000001010001011010001110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69881; }

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

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

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

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

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

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

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

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