Html Css Color HEX #A69E5C Husk

📋 copy color: '#A69E5C'

red 166 ◦ green 158 ◦ blue 92

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

Shades of Husk #A69E5C

Tints of Husk #A69E5C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

 BLUE value IS 92 (36.33% from 255) = 22.12%

R = 39.9%
G = 37.98%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A69E5C (or 0xA69E5C) is known color: Husk. HEX triplet: A6, 9E and 5C. RGB value is (166,158,92). Sum of RGB (Red+Green+Blue) = 166+158+92=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E5C is #5961A3. Grayscale: #999999. Windows color (decimal): -5857700 or 6069926. OLE color: 6069926.

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

Color convert

RGB 166 158 92 -
CMYK 0 0.05 0.45 0.35
HSL 53.51º 0.29% 0.51% -
HSV(B) 53.51º 0.45% 0.65% -
XYZ 29.88 33.33 14.98 -
YUV 152.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 166 158 92 0 0.05 0.45 0.35 53.51 0.29 0.51
Hex A6 9E 5C 0 5 2D 23 36 1D 33
Octal 246 236 134 0 5 55 43 66 35 63
Binary 10100110 10011110 1011100 0 101 101101 100011 110110 11101 110011

Color Harmonies of #A69E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E5C

Black with #A69E5C

Text Example


Text Example

White with #A69E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E5C; }

 p { color: rgb(166,158,92); }

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

background-color css

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

 a { background-color: rgb(166,158,92); }

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

border-color css

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

 span { border-color: rgb(166,158,92); }

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