Html Css Color HEX #A69647 Husk

📋 copy color: '#A69647'

red 166 ◦ green 150 ◦ blue 71

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

Shades of Husk #A69647

Tints of Husk #A69647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 42.89%
G = 38.76%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69647 (or 0xA69647) is known color: Husk. HEX triplet: A6, 96 and 47. RGB value is (166,150,71). Sum of RGB (Red+Green+Blue) = 166+150+71=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A69647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69647 is #5969B8. Grayscale: #929292. Windows color (decimal): -5859769 or 4691622. OLE color: 4691622.

HSL color Cylindrical-coordinate representation of color #A69647: hue angle of 49.89º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A69647 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 71 -
CMYK 0 0.10 0.57 0.35
HSL 49.89º 0.4% 0.46% -
HSV(B) 49.89º 0.57% 0.65% -
XYZ 27.77 30.37 10.36 -
YUV 145.78 85.8 142.42 -
System Red Green Blue C M Y K H S L
Decimal 166 150 71 0 0.10 0.57 0.35 49.89 0.4 0.46
Hex A6 96 47 0 A 39 23 32 28 2E
Octal 246 226 107 0 12 71 43 62 50 56
Binary 10100110 10010110 1000111 0 1010 111001 100011 110010 101000 101110

Color Harmonies of #A69647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69647

Black with #A69647

Text Example


Text Example

White with #A69647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69647; }

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

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

background-color css

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

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

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

border-color css

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

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

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