Html Css Color HEX #A49681 Bronco

📋 copy color: '#A49681'

red 164 ◦ green 150 ◦ blue 129

#A49681
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #A49681

Tints of Bronco #A49681

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 value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49681 (or 0xA49681) is known color: 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

RGB 164 150 129 -
CMYK 0 0.09 0.21 0.36
HSL 36º 0.16% 0.57% -
HSV(B) 36º 0.21% 0.64% -
XYZ 30.18 31.29 25.22 -
YUV 151.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 164 150 129 0 0.09 0.21 0.36 36 0.16 0.57
Hex A4 96 81 0 9 15 24 24 10 39
Octal 244 226 201 0 11 25 44 44 20 71
Binary 10100100 10010110 10000001 0 1001 10101 100100 100100 10000 111001

Color Harmonies of #A49681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49681

Black with #A49681

Text Example


Text Example

White with #A49681

Text Example


Text Example

HTML Codes & Css Web 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>