Html Css Color HEX #AAC161 Wild Willow

📋 copy color: '#AAC161'

red 170 ◦ green 193 ◦ blue 97

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

Shades of Wild Willow #AAC161

Tints of Wild Willow #AAC161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 36.96%
G = 41.96%
B = 21.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#AAC161 (or 0xAAC161) is known color: Wild Willow. HEX triplet: AA, C1 and 61. RGB value is (170,193,97). Sum of RGB (Red+Green+Blue) = 170+193+97=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC161 is #553E9E. Grayscale: #AFAFAF. Windows color (decimal): -5586591 or 6406570. OLE color: 6406570.

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

Color convert

RGB 170 193 97 -
CMYK 0.12 0 0.50 0.24
HSL 74.37º 0.44% 0.57% -
HSV(B) 74.37º 0.5% 0.76% -
XYZ 37.81 47.55 18.49 -
YUV 175.18 83.88 124.31 -
System Red Green Blue C M Y K H S L
Decimal 170 193 97 0.12 0 0.50 0.24 74.37 0.44 0.57
Hex AA C1 61 C 0 32 18 4A 2C 39
Octal 252 301 141 14 0 62 30 112 54 71
Binary 10101010 11000001 1100001 1100 0 110010 11000 1001010 101100 111001

Color Harmonies of #AAC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC161

Black with #AAC161

Text Example


Text Example

White with #AAC161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC161; }

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

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

background-color css

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

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

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

border-color css

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

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

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