Html Css Color HEX #A69749 Husk

📋 copy color: '#A69749'

red 166 ◦ green 151 ◦ blue 73

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

Shades of Husk #A69749

Tints of Husk #A69749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

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

R = 42.56%
G = 38.72%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69749 (or 0xA69749) is known color: Husk. HEX triplet: A6, 97 and 49. RGB value is (166,151,73). Sum of RGB (Red+Green+Blue) = 166+151+73=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A69749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69749 is #5968B6. Grayscale: #929292. Windows color (decimal): -5859511 or 4822950. OLE color: 4822950.

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

Color convert

RGB 166 151 73 -
CMYK 0 0.09 0.56 0.35
HSL 50.32º 0.39% 0.47% -
HSV(B) 50.32º 0.56% 0.65% -
XYZ 28 30.72 10.76 -
YUV 146.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 166 151 73 0 0.09 0.56 0.35 50.32 0.39 0.47
Hex A6 97 49 0 9 38 23 32 27 2F
Octal 246 227 111 0 11 70 43 62 47 57
Binary 10100110 10010111 1001001 0 1001 111000 100011 110010 100111 101111

Color Harmonies of #A69749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69749

Black with #A69749

Text Example


Text Example

White with #A69749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69749; }

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

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

background-color css

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

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

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

border-color css

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

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

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