Html Css Color HEX #A69759 Husk

📋 copy color: '#A69759'

red 166 ◦ green 151 ◦ blue 89

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

Shades of Husk #A69759

Tints of Husk #A69759

RGB

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

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

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

R = 40.89%
G = 37.19%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A69759 (or 0xA69759) is known color: Husk. HEX triplet: A6, 97 and 59. RGB value is (166,151,89). Sum of RGB (Red+Green+Blue) = 166+151+89=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A69759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69759 is #5968A6. Grayscale: #949494. Windows color (decimal): -5859495 or 5871526. OLE color: 5871526.

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

Color convert

RGB 166 151 89 -
CMYK 0 0.09 0.46 0.35
HSL 48.31º 0.3% 0.5% -
HSV(B) 48.31º 0.46% 0.65% -
XYZ 28.6 30.96 13.92 -
YUV 148.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 166 151 89 0 0.09 0.46 0.35 48.31 0.3 0.5
Hex A6 97 59 0 9 2E 23 30 1E 32
Octal 246 227 131 0 11 56 43 60 36 62
Binary 10100110 10010111 1011001 0 1001 101110 100011 110000 11110 110010

Color Harmonies of #A69759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69759

Black with #A69759

Text Example


Text Example

White with #A69759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69759; }

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

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

background-color css

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

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

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

border-color css

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

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

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