Html Css Color HEX #A69A56 Husk

📋 copy color: '#A69A56'

red 166 ◦ green 154 ◦ blue 86

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

Shades of Husk #A69A56

Tints of Husk #A69A56

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 86 (33.98% from 255) = 21.18%

R = 40.89%
G = 37.93%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A69A56 (or 0xA69A56) is known color: Husk. HEX triplet: A6, 9A and 56. RGB value is (166,154,86). Sum of RGB (Red+Green+Blue) = 166+154+86=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A56 is #5965A9. Grayscale: #969696. Windows color (decimal): -5858730 or 5675686. OLE color: 5675686.

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

Color convert

RGB 166 154 86 -
CMYK 0 0.07 0.48 0.35
HSL 51º 0.32% 0.49% -
HSV(B) 51º 0.48% 0.65% -
XYZ 28.96 31.89 13.43 -
YUV 149.84 91.98 139.53 -
System Red Green Blue C M Y K H S L
Decimal 166 154 86 0 0.07 0.48 0.35 51 0.32 0.49
Hex A6 9A 56 0 7 30 23 33 20 31
Octal 246 232 126 0 7 60 43 63 40 61
Binary 10100110 10011010 1010110 0 111 110000 100011 110011 100000 110001

Color Harmonies of #A69A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A56

Black with #A69A56

Text Example


Text Example

White with #A69A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A56; }

 p { color: rgb(166,154,86); }

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

background-color css

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

 a { background-color: rgb(166,154,86); }

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

border-color css

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

 span { border-color: rgb(166,154,86); }

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