Html Css Color HEX #AAA14F Husk

📋 copy color: '#AAA14F'

red 170 ◦ green 161 ◦ blue 79

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

Shades of Husk #AAA14F

Tints of Husk #AAA14F

RGB

 RED value IS 170 (66.8% from 255) = 41.46%

 GREEN value IS 161 (63.28% from 255) = 39.27%

 BLUE value IS 79 (31.25% from 255) = 19.27%

R = 41.46%
G = 39.27%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA14F (or 0xAAA14F) is known color: Husk. HEX triplet: AA, A1 and 4F. RGB value is (170,161,79). Sum of RGB (Red+Green+Blue) = 170+161+79=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA14F is #555EB0. Grayscale: #9A9A9A. Windows color (decimal): -5594801 or 5218730. OLE color: 5218730.

HSL color Cylindrical-coordinate representation of color #AAA14F: hue angle of 54.07º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA14F is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 79 -
CMYK 0 0.05 0.54 0.33
HSL 54.07º 0.37% 0.49% -
HSV(B) 54.07º 0.54% 0.67% -
XYZ 30.73 34.6 12.46 -
YUV 154.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 170 161 79 0 0.05 0.54 0.33 54.07 0.37 0.49
Hex AA A1 4F 0 5 36 21 36 25 31
Octal 252 241 117 0 5 66 41 66 45 61
Binary 10101010 10100001 1001111 0 101 110110 100001 110110 100101 110001

Color Harmonies of #AAA14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA14F

Black with #AAA14F

Text Example


Text Example

White with #AAA14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA14F; }

 p { color: rgb(170,161,79); }

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

background-color css

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

 a { background-color: rgb(170,161,79); }

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

border-color css

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

 span { border-color: rgb(170,161,79); }

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