#A49781

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

Shades of Bronco #A49781

Tints of Bronco #A49781

Color information

#A49781 (or 0xA49781) is unknown color: approx Bronco. HEX triplet: A4, 97 and 81. RGB value is (164,151,129). Sum of RGB (Red+Green+Blue) = 164+151+129=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 164 - color contains mainly: red. Hex color #A49781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49781 is #5B687E. Grayscale: #989898. Windows color (decimal): -5990527 or 8492964. OLE color: 8492964.

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

Color convert

RGB164151129-
CMYK00.080.210.36
HSL37.71º16.13%57.45%-
HSV(B)37.71º21.34%64.31%-
XYZ30.3431.6125.27-
YUV152.38114.81136.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.94%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=36.94%
G=34.01%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112900.080.210.3637.7116.1357.45
HexA49781081524261039
Octal2442272010102544462071
Binary101001001001011110000001010001010110010010011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49781; }

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

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

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

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

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

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

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

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