Html Css Color HEX #AAC665 Wild Willow

📋 copy color: '#AAC665'

red 170 ◦ green 198 ◦ blue 101

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

Shades of Wild Willow #AAC665

Tints of Wild Willow #AAC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.22%

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 36.25%
G = 42.22%
B = 21.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#AAC665 (or 0xAAC665) is known color: Wild Willow. HEX triplet: AA, C6 and 65. RGB value is (170,198,101). Sum of RGB (Red+Green+Blue) = 170+198+101=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC665 is #55399A. Grayscale: #B2B2B2. Windows color (decimal): -5585307 or 6669994. OLE color: 6669994.

HSL color Cylindrical-coordinate representation of color #AAC665: hue angle of 77.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAC665 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 101 -
CMYK 0.14 0 0.49 0.22
HSL 77.32º 0.46% 0.59% -
HSV(B) 77.32º 0.49% 0.78% -
XYZ 39.12 49.87 19.88 -
YUV 178.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 170 198 101 0.14 0 0.49 0.22 77.32 0.46 0.59
Hex AA C6 65 E 0 31 16 4D 2E 3B
Octal 252 306 145 16 0 61 26 115 56 73
Binary 10101010 11000110 1100101 1110 0 110001 10110 1001101 101110 111011

Color Harmonies of #AAC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC665

Black with #AAC665

Text Example


Text Example

White with #AAC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC665; }

 p { color: rgb(170,198,101); }

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

background-color css

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

 a { background-color: rgb(170,198,101); }

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

border-color css

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

 span { border-color: rgb(170,198,101); }

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