#A69481

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

Shades of Bronco #A69481

Tints of Bronco #A69481

Color information

#A69481 (or 0xA69481) is unknown color: approx Bronco. HEX triplet: A6, 94 and 81. RGB value is (166,148,129). Sum of RGB (Red+Green+Blue) = 166+148+129=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69481 is #596B7E. Grayscale: #979797. Windows color (decimal): -5860223 or 8492198. OLE color: 8492198.

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

Color convert

RGB166148129-
CMYK00.110.220.35
HSL30.81º17.21%57.84%-
HSV(B)30.81º22.29%65.1%-
XYZ30.2830.8725.13-
YUV151.22115.46138.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=37.47%
G=33.41%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614812900.110.220.3530.8117.2157.84
HexA694810B16231f113a
Octal2462242010132643372172
Binary10100110100101001000000101011101101000111111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69481; }

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

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

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

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

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

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

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

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