Html Css Color HEX #A2984D Husk

📋 copy color: '#A2984D'

red 162 ◦ green 152 ◦ blue 77

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

Shades of Husk #A2984D

Tints of Husk #A2984D

RGB

 RED value IS 162 (63.67% from 255) = 41.43%

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 41.43%
G = 38.87%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2984D (or 0xA2984D) is known color: Husk. HEX triplet: A2, 98 and 4D. RGB value is (162,152,77). Sum of RGB (Red+Green+Blue) = 162+152+77=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A2984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2984D is #5D67B2. Grayscale: #929292. Windows color (decimal): -6121395 or 5085346. OLE color: 5085346.

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

Color convert

RGB 162 152 77 -
CMYK 0 0.06 0.52 0.36
HSL 52.94º 0.36% 0.47% -
HSV(B) 52.94º 0.52% 0.64% -
XYZ 27.47 30.67 11.49 -
YUV 146.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 162 152 77 0 0.06 0.52 0.36 52.94 0.36 0.47
Hex A2 98 4D 0 6 34 24 35 24 2F
Octal 242 230 115 0 6 64 44 65 44 57
Binary 10100010 10011000 1001101 0 110 110100 100100 110101 100100 101111

Color Harmonies of #A2984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2984D

Black with #A2984D

Text Example


Text Example

White with #A2984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2984D; }

 p { color: rgb(162,152,77); }

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

background-color css

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

 a { background-color: rgb(162,152,77); }

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

border-color css

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

 span { border-color: rgb(162,152,77); }

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