Html Css Color HEX #A69A5B Husk

📋 copy color: '#A69A5B'

red 166 ◦ green 154 ◦ blue 91

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

Shades of Husk #A69A5B

Tints of Husk #A69A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 40.39%
G = 37.47%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A69A5B (or 0xA69A5B) is known color: Husk. HEX triplet: A6, 9A and 5B. RGB value is (166,154,91). Sum of RGB (Red+Green+Blue) = 166+154+91=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A5B is #5965A4. Grayscale: #969696. Windows color (decimal): -5858725 or 6003366. OLE color: 6003366.

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

Color convert

RGB 166 154 91 -
CMYK 0 0.07 0.45 0.35
HSL 50.4º 0.3% 0.5% -
HSV(B) 50.4º 0.45% 0.65% -
XYZ 29.17 31.97 14.53 -
YUV 150.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 166 154 91 0 0.07 0.45 0.35 50.4 0.3 0.5
Hex A6 9A 5B 0 7 2D 23 32 1E 32
Octal 246 232 133 0 7 55 43 62 36 62
Binary 10100110 10011010 1011011 0 111 101101 100011 110010 11110 110010

Color Harmonies of #A69A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69A5B

Black with #A69A5B

Text Example


Text Example

White with #A69A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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