Html Css Color HEX #A6974A Husk

📋 copy color: '#A6974A'

red 166 ◦ green 151 ◦ blue 74

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

Shades of Husk #A6974A

Tints of Husk #A6974A

RGB

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

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

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

R = 42.46%
G = 38.62%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6974A (or 0xA6974A) is known color: Husk. HEX triplet: A6, 97 and 4A. RGB value is (166,151,74). Sum of RGB (Red+Green+Blue) = 166+151+74=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6974A is #5968B5. Grayscale: #939393. Windows color (decimal): -5859510 or 4888486. OLE color: 4888486.

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

Color convert

RGB 166 151 74 -
CMYK 0 0.09 0.55 0.35
HSL 50.22º 0.38% 0.47% -
HSV(B) 50.22º 0.55% 0.65% -
XYZ 28.03 30.73 10.93 -
YUV 146.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 166 151 74 0 0.09 0.55 0.35 50.22 0.38 0.47
Hex A6 97 4A 0 9 37 23 32 26 2F
Octal 246 227 112 0 11 67 43 62 46 57
Binary 10100110 10010111 1001010 0 1001 110111 100011 110010 100110 101111

Color Harmonies of #A6974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6974A

Black with #A6974A

Text Example


Text Example

White with #A6974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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