Html Css Color HEX #A49A52 Husk

📋 copy color: '#A49A52'

red 164 ◦ green 154 ◦ blue 82

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

Shades of Husk #A49A52

Tints of Husk #A49A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.5%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 41%
G = 38.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A49A52 (or 0xA49A52) is known color: Husk. HEX triplet: A4, 9A and 52. RGB value is (164,154,82). Sum of RGB (Red+Green+Blue) = 164+154+82=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A52 is #5B65AD. Grayscale: #959595. Windows color (decimal): -5989806 or 5413540. OLE color: 5413540.

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

Color convert

RGB 164 154 82 -
CMYK 0 0.06 0.5 0.36
HSL 52.68º 0.33% 0.48% -
HSV(B) 52.68º 0.5% 0.64% -
XYZ 28.39 31.61 12.59 -
YUV 148.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 164 154 82 0 0.06 0.5 0.36 52.68 0.33 0.48
Hex A4 9A 52 0 6 32 24 35 21 30
Octal 244 232 122 0 6 62 44 65 41 60
Binary 10100100 10011010 1010010 0 110 110010 100100 110101 100001 110000

Color Harmonies of #A49A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A52

Black with #A49A52

Text Example


Text Example

White with #A49A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A52; }

 p { color: rgb(164,154,82); }

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

background-color css

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

 a { background-color: rgb(164,154,82); }

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

border-color css

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

 span { border-color: rgb(164,154,82); }

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