Html Css Color HEX #A6954E Husk

📋 copy color: '#A6954E'

red 166 ◦ green 149 ◦ blue 78

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

Shades of Husk #A6954E

Tints of Husk #A6954E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 42.24%
G = 37.91%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A6954E (or 0xA6954E) is known color: Husk. HEX triplet: A6, 95 and 4E. RGB value is (166,149,78). Sum of RGB (Red+Green+Blue) = 166+149+78=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6954E is #596AB1. Grayscale: #929292. Windows color (decimal): -5860018 or 5150118. OLE color: 5150118.

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

Color convert

RGB 166 149 78 -
CMYK 0 0.10 0.53 0.35
HSL 48.41º 0.36% 0.48% -
HSV(B) 48.41º 0.53% 0.65% -
XYZ 27.85 30.15 11.56 -
YUV 145.99 89.63 142.27 -
System Red Green Blue C M Y K H S L
Decimal 166 149 78 0 0.10 0.53 0.35 48.41 0.36 0.48
Hex A6 95 4E 0 A 35 23 30 24 30
Octal 246 225 116 0 12 65 43 60 44 60
Binary 10100110 10010101 1001110 0 1010 110101 100011 110000 100100 110000

Color Harmonies of #A6954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6954E

Black with #A6954E

Text Example


Text Example

White with #A6954E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6954E; }

 p { color: rgb(166,149,78); }

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

background-color css

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

 a { background-color: rgb(166,149,78); }

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

border-color css

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

 span { border-color: rgb(166,149,78); }

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