Html Css Color HEX #A49D4B Husk

📋 copy color: '#A49D4B'

red 164 ◦ green 157 ◦ blue 75

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

Shades of Husk #A49D4B

Tints of Husk #A49D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.65%

 BLUE value IS 75 (29.69% from 255) = 18.94%

R = 41.41%
G = 39.65%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A49D4B (or 0xA49D4B) is known color: Husk. HEX triplet: A4, 9D and 4B. RGB value is (164,157,75). Sum of RGB (Red+Green+Blue) = 164+157+75=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D4B is #5B62B4. Grayscale: #969696. Windows color (decimal): -5989045 or 4955556. OLE color: 4955556.

HSL color Cylindrical-coordinate representation of color #A49D4B: hue angle of 55.28º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A49D4B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 75 -
CMYK 0 0.04 0.54 0.36
HSL 55.28º 0.37% 0.47% -
HSV(B) 55.28º 0.54% 0.64% -
XYZ 28.64 32.51 11.42 -
YUV 149.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 164 157 75 0 0.04 0.54 0.36 55.28 0.37 0.47
Hex A4 9D 4B 0 4 36 24 37 25 2F
Octal 244 235 113 0 4 66 44 67 45 57
Binary 10100100 10011101 1001011 0 100 110110 100100 110111 100101 101111

Color Harmonies of #A49D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D4B

Black with #A49D4B

Text Example


Text Example

White with #A49D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D4B; }

 p { color: rgb(164,157,75); }

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

background-color css

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

 a { background-color: rgb(164,157,75); }

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

border-color css

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

 span { border-color: rgb(164,157,75); }

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