Html Css Color HEX #AAC162 Wild Willow

📋 copy color: '#AAC162'

red 170 ◦ green 193 ◦ blue 98

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

Shades of Wild Willow #AAC162

Tints of Wild Willow #AAC162

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 36.88%
G = 41.87%
B = 21.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#AAC162 (or 0xAAC162) is known color: Wild Willow. HEX triplet: AA, C1 and 62. RGB value is (170,193,98). Sum of RGB (Red+Green+Blue) = 170+193+98=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC162 is #553E9D. Grayscale: #AFAFAF. Windows color (decimal): -5586590 or 6472106. OLE color: 6472106.

HSL color Cylindrical-coordinate representation of color #AAC162: hue angle of 74.53º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAC162 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 98 -
CMYK 0.12 0 0.49 0.24
HSL 74.53º 0.43% 0.57% -
HSV(B) 74.53º 0.49% 0.76% -
XYZ 37.85 47.57 18.74 -
YUV 175.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 170 193 98 0.12 0 0.49 0.24 74.53 0.43 0.57
Hex AA C1 62 C 0 31 18 4B 2B 39
Octal 252 301 142 14 0 61 30 113 53 71
Binary 10101010 11000001 1100010 1100 0 110001 11000 1001011 101011 111001

Color Harmonies of #AAC162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC162

Black with #AAC162

Text Example


Text Example

White with #AAC162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC162; }

 p { color: rgb(170,193,98); }

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

background-color css

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

 a { background-color: rgb(170,193,98); }

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

border-color css

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

 span { border-color: rgb(170,193,98); }

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