Html Css Color HEX #A2974D Husk

📋 copy color: '#A2974D'

red 162 ◦ green 151 ◦ blue 77

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

Shades of Husk #A2974D

Tints of Husk #A2974D

RGB

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

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

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

R = 41.54%
G = 38.72%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2974D (or 0xA2974D) is known color: Husk. HEX triplet: A2, 97 and 4D. RGB value is (162,151,77). Sum of RGB (Red+Green+Blue) = 162+151+77=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A2974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2974D is #5D68B2. Grayscale: #929292. Windows color (decimal): -6121651 or 5085090. OLE color: 5085090.

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

Color convert

RGB 162 151 77 -
CMYK 0 0.07 0.52 0.36
HSL 52.24º 0.36% 0.47% -
HSV(B) 52.24º 0.52% 0.64% -
XYZ 27.31 30.35 11.44 -
YUV 145.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 162 151 77 0 0.07 0.52 0.36 52.24 0.36 0.47
Hex A2 97 4D 0 7 34 24 34 24 2F
Octal 242 227 115 0 7 64 44 64 44 57
Binary 10100010 10010111 1001101 0 111 110100 100100 110100 100100 101111

Color Harmonies of #A2974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2974D

Black with #A2974D

Text Example


Text Example

White with #A2974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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