Html Css Color HEX #A49752 Husk

📋 copy color: '#A49752'

red 164 ◦ green 151 ◦ blue 82

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

Shades of Husk #A49752

Tints of Husk #A49752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

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

R = 41.31%
G = 38.04%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A49752 (or 0xA49752) is known color: Husk. HEX triplet: A4, 97 and 52. RGB value is (164,151,82). Sum of RGB (Red+Green+Blue) = 164+151+82=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49752 is #5B68AD. Grayscale: #939393. Windows color (decimal): -5990574 or 5412772. OLE color: 5412772.

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

Color convert

RGB 164 151 82 -
CMYK 0 0.08 0.5 0.36
HSL 50.49º 0.33% 0.48% -
HSV(B) 50.49º 0.5% 0.64% -
XYZ 27.9 30.63 12.43 -
YUV 147.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 164 151 82 0 0.08 0.5 0.36 50.49 0.33 0.48
Hex A4 97 52 0 8 32 24 32 21 30
Octal 244 227 122 0 10 62 44 62 41 60
Binary 10100100 10010111 1010010 0 1000 110010 100100 110010 100001 110000

Color Harmonies of #A49752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49752

Black with #A49752

Text Example


Text Example

White with #A49752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49752; }

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

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

background-color css

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

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

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

border-color css

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

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

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