Html Css Color HEX #A69D52 Husk

📋 copy color: '#A69D52'

red 166 ◦ green 157 ◦ blue 82

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

Shades of Husk #A69D52

Tints of Husk #A69D52

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.77%

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 40.99%
G = 38.77%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A69D52 (or 0xA69D52) is known color: Husk. HEX triplet: A6, 9D and 52. RGB value is (166,157,82). Sum of RGB (Red+Green+Blue) = 166+157+82=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69D52 is #5962AD. Grayscale: #979797. Windows color (decimal): -5857966 or 5414310. OLE color: 5414310.

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

Color convert

RGB 166 157 82 -
CMYK 0 0.05 0.51 0.35
HSL 53.57º 0.34% 0.49% -
HSV(B) 53.57º 0.51% 0.65% -
XYZ 29.31 32.83 12.77 -
YUV 151.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 166 157 82 0 0.05 0.51 0.35 53.57 0.34 0.49
Hex A6 9D 52 0 5 33 23 36 22 31
Octal 246 235 122 0 5 63 43 66 42 61
Binary 10100110 10011101 1010010 0 101 110011 100011 110110 100010 110001

Color Harmonies of #A69D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69D52

Black with #A69D52

Text Example


Text Example

White with #A69D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69D52; }

 p { color: rgb(166,157,82); }

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

background-color css

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

 a { background-color: rgb(166,157,82); }

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

border-color css

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

 span { border-color: rgb(166,157,82); }

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