#A49681

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

Shades of Bronco #A49681

Tints of Bronco #A49681

Color information

#A49681 (or 0xA49681) is unknown color: approx Bronco. HEX triplet: A4, 96 and 81. RGB value is (164,150,129). Sum of RGB (Red+Green+Blue) = 164+150+129=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A49681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49681 is #5B697E. Grayscale: #979797. Windows color (decimal): -5990783 or 8492708. OLE color: 8492708.

HSL color Cylindrical-coordinate representation of color #A49681: hue angle of 36º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49681 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB164150129-
CMYK00.090.210.36
HSL36º16.13%57.45%-
HSV(B)36º21.34%64.31%-
XYZ30.1831.2925.22-
YUV151.79115.14136.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=37.02%
G=33.86%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415012900.090.210.363616.1357.45
HexA49681091524241039
Octal2442262010112544442071
Binary101001001001011010000001010011010110010010010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49681; }

 p { color: rgb(164,150,129); }

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

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

 a { background-color: rgb(164,150,129); }

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

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

 span { border-color: rgb(164,150,129); }

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