Html Css Color HEX #A69849 Husk

📋 copy color: '#A69849'

red 166 ◦ green 152 ◦ blue 73

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

Shades of Husk #A69849

Tints of Husk #A69849

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 42.46%
G = 38.87%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69849 (or 0xA69849) is known color: Husk. HEX triplet: A6, 98 and 49. RGB value is (166,152,73). Sum of RGB (Red+Green+Blue) = 166+152+73=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A69849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69849 is #5967B6. Grayscale: #939393. Windows color (decimal): -5859255 or 4823206. OLE color: 4823206.

HSL color Cylindrical-coordinate representation of color #A69849: hue angle of 50.97º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A69849 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 152 73 -
CMYK 0 0.08 0.56 0.35
HSL 50.97º 0.39% 0.47% -
HSV(B) 50.97º 0.56% 0.65% -
XYZ 28.16 31.04 10.81 -
YUV 147.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 166 152 73 0 0.08 0.56 0.35 50.97 0.39 0.47
Hex A6 98 49 0 8 38 23 33 27 2F
Octal 246 230 111 0 10 70 43 63 47 57
Binary 10100110 10011000 1001001 0 1000 111000 100011 110011 100111 101111

Color Harmonies of #A69849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69849

Black with #A69849

Text Example


Text Example

White with #A69849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69849; }

 p { color: rgb(166,152,73); }

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

background-color css

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

 a { background-color: rgb(166,152,73); }

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

border-color css

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

 span { border-color: rgb(166,152,73); }

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