Html Css Color HEX #AAC580 Caper

📋 copy color: '#AAC580'

red 170 ◦ green 197 ◦ blue 128

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

Shades of Caper #AAC580

Tints of Caper #AAC580

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.8%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 34.34%
G = 39.8%
B = 25.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#AAC580 (or 0xAAC580) is known color: Caper. HEX triplet: AA, C5 and 80. RGB value is (170,197,128). Sum of RGB (Red+Green+Blue) = 170+197+128=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC580 is #553A7F. Grayscale: #B5B5B5. Windows color (decimal): -5585536 or 8439210. OLE color: 8439210.

HSL color Cylindrical-coordinate representation of color #AAC580: hue angle of 83.48º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC580 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 128 -
CMYK 0.14 0 0.35 0.23
HSL 83.48º 0.37% 0.64% -
HSV(B) 83.48º 0.35% 0.77% -
XYZ 40.44 50.04 27.95 -
YUV 181.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 170 197 128 0.14 0 0.35 0.23 83.48 0.37 0.64
Hex AA C5 80 E 0 23 17 53 25 40
Octal 252 305 200 16 0 43 27 123 45 100
Binary 10101010 11000101 10000000 1110 0 100011 10111 1010011 100101 1000000

Color Harmonies of #AAC580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC580

Black with #AAC580

Text Example


Text Example

White with #AAC580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC580; }

 p { color: rgb(170,197,128); }

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

background-color css

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

 a { background-color: rgb(170,197,128); }

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

border-color css

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

 span { border-color: rgb(170,197,128); }

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