Html Css Color HEX #A69847 Husk

📋 copy color: '#A69847'

red 166 ◦ green 152 ◦ blue 71

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

Shades of Husk #A69847

Tints of Husk #A69847

RGB

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

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

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

R = 42.67%
G = 39.07%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A69847 (or 0xA69847) is known color: Husk. HEX triplet: A6, 98 and 47. RGB value is (166,152,71). Sum of RGB (Red+Green+Blue) = 166+152+71=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A69847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69847 is #5967B8. Grayscale: #939393. Windows color (decimal): -5859257 or 4692134. OLE color: 4692134.

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

Color convert

RGB 166 152 71 -
CMYK 0 0.08 0.57 0.35
HSL 51.16º 0.4% 0.46% -
HSV(B) 51.16º 0.57% 0.65% -
XYZ 28.09 31.02 10.47 -
YUV 146.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 166 152 71 0 0.08 0.57 0.35 51.16 0.4 0.46
Hex A6 98 47 0 8 39 23 33 28 2E
Octal 246 230 107 0 10 71 43 63 50 56
Binary 10100110 10011000 1000111 0 1000 111001 100011 110011 101000 101110

Color Harmonies of #A69847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69847

Black with #A69847

Text Example


Text Example

White with #A69847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69847; }

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

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

background-color css

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

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

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

border-color css

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

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

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