Html Css Color HEX #A49746 Husk

📋 copy color: '#A49746'

red 164 ◦ green 151 ◦ blue 70

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

Shades of Husk #A49746

Tints of Husk #A49746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 42.6%
G = 39.22%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A49746 (or 0xA49746) is known color: Husk. HEX triplet: A4, 97 and 46. RGB value is (164,151,70). Sum of RGB (Red+Green+Blue) = 164+151+70=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49746 is #5B68B9. Grayscale: #919191. Windows color (decimal): -5990586 or 4626340. OLE color: 4626340.

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

Color convert

RGB 164 151 70 -
CMYK 0 0.08 0.57 0.36
HSL 51.7º 0.4% 0.46% -
HSV(B) 51.7º 0.57% 0.64% -
XYZ 27.48 30.47 10.23 -
YUV 145.65 85.31 141.09 -
System Red Green Blue C M Y K H S L
Decimal 164 151 70 0 0.08 0.57 0.36 51.7 0.4 0.46
Hex A4 97 46 0 8 39 24 34 28 2E
Octal 244 227 106 0 10 71 44 64 50 56
Binary 10100100 10010111 1000110 0 1000 111001 100100 110100 101000 101110

Color Harmonies of #A49746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49746

Black with #A49746

Text Example


Text Example

White with #A49746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49746; }

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

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

background-color css

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

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

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

border-color css

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

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

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