Html Css Color HEX #A69E53 Husk

📋 copy color: '#A69E53'

red 166 ◦ green 158 ◦ blue 83

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

Shades of Husk #A69E53

Tints of Husk #A69E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 40.79%
G = 38.82%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A69E53 (or 0xA69E53) is known color: Husk. HEX triplet: A6, 9E and 53. RGB value is (166,158,83). Sum of RGB (Red+Green+Blue) = 166+158+83=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69E53 is #5961AC. Grayscale: #989898. Windows color (decimal): -5857709 or 5480102. OLE color: 5480102.

HSL color Cylindrical-coordinate representation of color #A69E53: hue angle of 54.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A69E53 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 83 -
CMYK 0 0.05 0.50 0.35
HSL 54.22º 0.33% 0.49% -
HSV(B) 54.22º 0.5% 0.65% -
XYZ 29.51 33.19 13.03 -
YUV 151.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 166 158 83 0 0.05 0.50 0.35 54.22 0.33 0.49
Hex A6 9E 53 0 5 32 23 36 21 31
Octal 246 236 123 0 5 62 43 66 41 61
Binary 10100110 10011110 1010011 0 101 110010 100011 110110 100001 110001

Color Harmonies of #A69E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E53

Black with #A69E53

Text Example


Text Example

White with #A69E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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