Html Css Color HEX #A49754 Husk

📋 copy color: '#A49754'

red 164 ◦ green 151 ◦ blue 84

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

Shades of Husk #A49754

Tints of Husk #A49754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 41.1%
G = 37.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A49754 (or 0xA49754) is known color: Husk. HEX triplet: A4, 97 and 54. RGB value is (164,151,84). Sum of RGB (Red+Green+Blue) = 164+151+84=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49754 is #5B68AB. Grayscale: #939393. Windows color (decimal): -5990572 or 5543844. OLE color: 5543844.

HSL color Cylindrical-coordinate representation of color #A49754: hue angle of 50.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A49754 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 84 -
CMYK 0 0.08 0.49 0.36
HSL 50.25º 0.32% 0.49% -
HSV(B) 50.25º 0.49% 0.64% -
XYZ 27.98 30.67 12.83 -
YUV 147.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 164 151 84 0 0.08 0.49 0.36 50.25 0.32 0.49
Hex A4 97 54 0 8 31 24 32 20 31
Octal 244 227 124 0 10 61 44 62 40 61
Binary 10100100 10010111 1010100 0 1000 110001 100100 110010 100000 110001

Color Harmonies of #A49754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49754

Black with #A49754

Text Example


Text Example

White with #A49754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49754; }

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

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

background-color css

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

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

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

border-color css

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

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

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