Html Css Color HEX #A69649 Husk

📋 copy color: '#A69649'

red 166 ◦ green 150 ◦ blue 73

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

Shades of Husk #A69649

Tints of Husk #A69649

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

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

R = 42.67%
G = 38.56%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69649 (or 0xA69649) is known color: Husk. HEX triplet: A6, 96 and 49. RGB value is (166,150,73). Sum of RGB (Red+Green+Blue) = 166+150+73=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69649 is #5969B6. Grayscale: #929292. Windows color (decimal): -5859767 or 4822694. OLE color: 4822694.

HSL color Cylindrical-coordinate representation of color #A69649: hue angle of 49.68º 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 #A69649 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 73 -
CMYK 0 0.10 0.56 0.35
HSL 49.68º 0.39% 0.47% -
HSV(B) 49.68º 0.56% 0.65% -
XYZ 27.83 30.4 10.7 -
YUV 146.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 166 150 73 0 0.10 0.56 0.35 49.68 0.39 0.47
Hex A6 96 49 0 A 38 23 32 27 2F
Octal 246 226 111 0 12 70 43 62 47 57
Binary 10100110 10010110 1001001 0 1010 111000 100011 110010 100111 101111

Color Harmonies of #A69649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69649

Black with #A69649

Text Example


Text Example

White with #A69649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69649; }

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

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

background-color css

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

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

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

border-color css

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

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

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