Html Css Color HEX #A49251 Husk

📋 copy color: '#A49251'

red 164 ◦ green 146 ◦ blue 81

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

Shades of Husk #A49251

Tints of Husk #A49251

RGB

 RED value IS 164 (64.45% from 255) = 41.94%

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 41.94%
G = 37.34%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49251 (or 0xA49251) is known color: Husk. HEX triplet: A4, 92 and 51. RGB value is (164,146,81). Sum of RGB (Red+Green+Blue) = 164+146+81=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49251 is #5B6DAE. Grayscale: #909090. Windows color (decimal): -5991855 or 5345956. OLE color: 5345956.

HSL color Cylindrical-coordinate representation of color #A49251: hue angle of 46.99º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A49251 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 81 -
CMYK 0 0.11 0.51 0.36
HSL 46.99º 0.34% 0.48% -
HSV(B) 46.99º 0.51% 0.64% -
XYZ 27.07 29.04 11.96 -
YUV 143.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 164 146 81 0 0.11 0.51 0.36 46.99 0.34 0.48
Hex A4 92 51 0 B 33 24 2F 22 30
Octal 244 222 121 0 13 63 44 57 42 60
Binary 10100100 10010010 1010001 0 1011 110011 100100 101111 100010 110000

Color Harmonies of #A49251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49251

Black with #A49251

Text Example


Text Example

White with #A49251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49251; }

 p { color: rgb(164,146,81); }

 H1.HeaderClassName
 {
   color: #A49251;
 }
 .AnyTagClassName
 {
   color: #A49251;
 }
</style>

background-color css

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

 a { background-color: rgb(164,146,81); }

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

border-color css

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

 span { border-color: rgb(164,146,81); }

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