Html Css Color HEX #A6974D Husk

📋 copy color: '#A6974D'

red 166 ◦ green 151 ◦ blue 77

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

Shades of Husk #A6974D

Tints of Husk #A6974D

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

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

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

R = 42.13%
G = 38.32%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6974D (or 0xA6974D) is known color: Husk. HEX triplet: A6, 97 and 4D. RGB value is (166,151,77). Sum of RGB (Red+Green+Blue) = 166+151+77=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6974D is #5968B2. Grayscale: #939393. Windows color (decimal): -5859507 or 5085094. OLE color: 5085094.

HSL color Cylindrical-coordinate representation of color #A6974D: hue angle of 49.89º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6974D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 151 77 -
CMYK 0 0.09 0.54 0.35
HSL 49.89º 0.37% 0.48% -
HSV(B) 49.89º 0.54% 0.65% -
XYZ 28.13 30.78 11.48 -
YUV 147.05 88.47 141.52 -
System Red Green Blue C M Y K H S L
Decimal 166 151 77 0 0.09 0.54 0.35 49.89 0.37 0.48
Hex A6 97 4D 0 9 36 23 32 25 30
Octal 246 227 115 0 11 66 43 62 45 60
Binary 10100110 10010111 1001101 0 1001 110110 100011 110010 100101 110000

Color Harmonies of #A6974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6974D

Black with #A6974D

Text Example


Text Example

White with #A6974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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