Html Css Color HEX #A69449 Husk

📋 copy color: '#A69449'

red 166 ◦ green 148 ◦ blue 73

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

Shades of Husk #A69449

Tints of Husk #A69449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.24%

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

R = 42.89%
G = 38.24%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A69449 (or 0xA69449) is known color: Husk. HEX triplet: A6, 94 and 49. RGB value is (166,148,73). Sum of RGB (Red+Green+Blue) = 166+148+73=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A69449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69449 is #596BB6. Grayscale: #919191. Windows color (decimal): -5860279 or 4822182. OLE color: 4822182.

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

Color convert

RGB 166 148 73 -
CMYK 0 0.11 0.56 0.35
HSL 48.39º 0.39% 0.47% -
HSV(B) 48.39º 0.56% 0.65% -
XYZ 27.52 29.77 10.6 -
YUV 144.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 166 148 73 0 0.11 0.56 0.35 48.39 0.39 0.47
Hex A6 94 49 0 B 38 23 30 27 2F
Octal 246 224 111 0 13 70 43 60 47 57
Binary 10100110 10010100 1001001 0 1011 111000 100011 110000 100111 101111

Color Harmonies of #A69449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69449

Black with #A69449

Text Example


Text Example

White with #A69449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69449; }

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

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

background-color css

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

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

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

border-color css

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

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

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