Html Css Color HEX #AAC080 Caper

📋 copy color: '#AAC080'

red 170 ◦ green 192 ◦ blue 128

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

Shades of Caper #AAC080

Tints of Caper #AAC080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

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

R = 34.69%
G = 39.18%
B = 26.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AAC080 (or 0xAAC080) is known color: Caper. HEX triplet: AA, C0 and 80. RGB value is (170,192,128). Sum of RGB (Red+Green+Blue) = 170+192+128=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC080 is #553F7F. Grayscale: #B2B2B2. Windows color (decimal): -5586816 or 8437930. OLE color: 8437930.

HSL color Cylindrical-coordinate representation of color #AAC080: hue angle of 80.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAC080 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 128 -
CMYK 0.11 0 0.33 0.25
HSL 80.63º 0.34% 0.63% -
HSV(B) 80.63º 0.33% 0.75% -
XYZ 39.32 47.8 27.58 -
YUV 178.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 170 192 128 0.11 0 0.33 0.25 80.63 0.34 0.63
Hex AA C0 80 B 0 21 19 51 22 3F
Octal 252 300 200 13 0 41 31 121 42 77
Binary 10101010 11000000 10000000 1011 0 100001 11001 1010001 100010 111111

Color Harmonies of #AAC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC080

Black with #AAC080

Text Example


Text Example

White with #AAC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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