Html Css Color HEX #A69859 Husk

📋 copy color: '#A69859'

red 166 ◦ green 152 ◦ blue 89

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

Shades of Husk #A69859

Tints of Husk #A69859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 40.79%
G = 37.35%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A69859 (or 0xA69859) is known color: Husk. HEX triplet: A6, 98 and 59. RGB value is (166,152,89). Sum of RGB (Red+Green+Blue) = 166+152+89=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A69859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69859 is #5967A6. Grayscale: #959595. Windows color (decimal): -5859239 or 5871782. OLE color: 5871782.

HSL color Cylindrical-coordinate representation of color #A69859: hue angle of 49.09º 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 #A69859 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 89 -
CMYK 0 0.08 0.46 0.35
HSL 49.09º 0.3% 0.5% -
HSV(B) 49.09º 0.46% 0.65% -
XYZ 28.76 31.28 13.97 -
YUV 149 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 166 152 89 0 0.08 0.46 0.35 49.09 0.3 0.5
Hex A6 98 59 0 8 2E 23 31 1E 32
Octal 246 230 131 0 10 56 43 61 36 62
Binary 10100110 10011000 1011001 0 1000 101110 100011 110001 11110 110010

Color Harmonies of #A69859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69859

Black with #A69859

Text Example


Text Example

White with #A69859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69859; }

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

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

background-color css

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

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

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

border-color css

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

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

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