Html Css Color HEX #A69659 Husk

📋 copy color: '#A69659'

red 166 ◦ green 150 ◦ blue 89

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

Shades of Husk #A69659

Tints of Husk #A69659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 40.99%
G = 37.04%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A69659 (or 0xA69659) is known color: Husk. HEX triplet: A6, 96 and 59. RGB value is (166,150,89). Sum of RGB (Red+Green+Blue) = 166+150+89=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69659 is #5969A6. Grayscale: #949494. Windows color (decimal): -5859751 or 5871270. OLE color: 5871270.

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

Color convert

RGB 166 150 89 -
CMYK 0 0.10 0.46 0.35
HSL 47.53º 0.3% 0.5% -
HSV(B) 47.53º 0.46% 0.65% -
XYZ 28.44 30.64 13.87 -
YUV 147.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 166 150 89 0 0.10 0.46 0.35 47.53 0.3 0.5
Hex A6 96 59 0 A 2E 23 30 1E 32
Octal 246 226 131 0 12 56 43 60 36 62
Binary 10100110 10010110 1011001 0 1010 101110 100011 110000 11110 110010

Color Harmonies of #A69659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69659

Black with #A69659

Text Example


Text Example

White with #A69659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69659; }

 p { color: rgb(166,150,89); }

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

background-color css

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

 a { background-color: rgb(166,150,89); }

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

border-color css

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

 span { border-color: rgb(166,150,89); }

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