Html Css Color HEX #A49658 Husk

📋 copy color: '#A49658'

red 164 ◦ green 150 ◦ blue 88

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

Shades of Husk #A49658

Tints of Husk #A49658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

 BLUE value IS 88 (34.77% from 255) = 21.89%

R = 40.8%
G = 37.31%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49658 (or 0xA49658) is known color: Husk. HEX triplet: A4, 96 and 58. RGB value is (164,150,88). Sum of RGB (Red+Green+Blue) = 164+150+88=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A49658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49658 is #5B69A7. Grayscale: #939393. Windows color (decimal): -5990824 or 5805732. OLE color: 5805732.

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

Color convert

RGB 164 150 88 -
CMYK 0 0.09 0.46 0.36
HSL 48.95º 0.3% 0.49% -
HSV(B) 48.95º 0.46% 0.64% -
XYZ 27.98 30.41 13.63 -
YUV 147.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 164 150 88 0 0.09 0.46 0.36 48.95 0.3 0.49
Hex A4 96 58 0 9 2E 24 31 1E 31
Octal 244 226 130 0 11 56 44 61 36 61
Binary 10100100 10010110 1011000 0 1001 101110 100100 110001 11110 110001

Color Harmonies of #A49658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49658

Black with #A49658

Text Example


Text Example

White with #A49658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49658; }

 p { color: rgb(164,150,88); }

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

background-color css

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

 a { background-color: rgb(164,150,88); }

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

border-color css

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

 span { border-color: rgb(164,150,88); }

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