Html Css Color HEX #A49458 Husk

📋 copy color: '#A49458'

red 164 ◦ green 148 ◦ blue 88

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

Shades of Husk #A49458

Tints of Husk #A49458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 41%
G = 37%
B = 22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49458 (or 0xA49458) is known color: Husk. HEX triplet: A4, 94 and 58. RGB value is (164,148,88). Sum of RGB (Red+Green+Blue) = 164+148+88=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49458 is #5B6BA7. Grayscale: #929292. Windows color (decimal): -5991336 or 5805220. OLE color: 5805220.

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

Color convert

RGB 164 148 88 -
CMYK 0 0.10 0.46 0.36
HSL 47.37º 0.3% 0.49% -
HSV(B) 47.37º 0.46% 0.64% -
XYZ 27.66 29.78 13.52 -
YUV 145.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 164 148 88 0 0.10 0.46 0.36 47.37 0.3 0.49
Hex A4 94 58 0 A 2E 24 2F 1E 31
Octal 244 224 130 0 12 56 44 57 36 61
Binary 10100100 10010100 1011000 0 1010 101110 100100 101111 11110 110001

Color Harmonies of #A49458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49458

Black with #A49458

Text Example


Text Example

White with #A49458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49458; }

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

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

background-color css

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

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

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

border-color css

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

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

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