Html Css Color HEX #A49B5C Husk

📋 copy color: '#A49B5C'

red 164 ◦ green 155 ◦ blue 92

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

Shades of Husk #A49B5C

Tints of Husk #A49B5C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.71%

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 39.9%
G = 37.71%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A49B5C (or 0xA49B5C) is known color: Husk. HEX triplet: A4, 9B and 5C. RGB value is (164,155,92). Sum of RGB (Red+Green+Blue) = 164+155+92=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B5C is #5B64A3. Grayscale: #969696. Windows color (decimal): -5989540 or 6069156. OLE color: 6069156.

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

Color convert

RGB 164 155 92 -
CMYK 0 0.05 0.44 0.36
HSL 52.5º 0.28% 0.5% -
HSV(B) 52.5º 0.44% 0.64% -
XYZ 28.96 32.11 14.8 -
YUV 150.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 164 155 92 0 0.05 0.44 0.36 52.5 0.28 0.5
Hex A4 9B 5C 0 5 2C 24 34 1C 32
Octal 244 233 134 0 5 54 44 64 34 62
Binary 10100100 10011011 1011100 0 101 101100 100100 110100 11100 110010

Color Harmonies of #A49B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B5C

Black with #A49B5C

Text Example


Text Example

White with #A49B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B5C; }

 p { color: rgb(164,155,92); }

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

background-color css

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

 a { background-color: rgb(164,155,92); }

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

border-color css

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

 span { border-color: rgb(164,155,92); }

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