Html Css Color HEX #A4984A Husk

📋 copy color: '#A4984A'

red 164 ◦ green 152 ◦ blue 74

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

Shades of Husk #A4984A

Tints of Husk #A4984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 42.05%
G = 38.97%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4984A (or 0xA4984A) is known color: Husk. HEX triplet: A4, 98 and 4A. RGB value is (164,152,74). Sum of RGB (Red+Green+Blue) = 164+152+74=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A4984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4984A is #5B67B5. Grayscale: #939393. Windows color (decimal): -5990326 or 4888740. OLE color: 4888740.

HSL color Cylindrical-coordinate representation of color #A4984A: hue angle of 52º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4984A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 152 74 -
CMYK 0 0.07 0.55 0.36
HSL 52º 0.38% 0.47% -
HSV(B) 52º 0.55% 0.64% -
XYZ 27.77 30.84 10.97 -
YUV 146.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 164 152 74 0 0.07 0.55 0.36 52 0.38 0.47
Hex A4 98 4A 0 7 37 24 34 26 2F
Octal 244 230 112 0 7 67 44 64 46 57
Binary 10100100 10011000 1001010 0 111 110111 100100 110100 100110 101111

Color Harmonies of #A4984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4984A

Black with #A4984A

Text Example


Text Example

White with #A4984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4984A; }

 p { color: rgb(164,152,74); }

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

background-color css

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

 a { background-color: rgb(164,152,74); }

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

border-color css

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

 span { border-color: rgb(164,152,74); }

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