Html Css Color HEX #AAC576 Caper

📋 copy color: '#AAC576'

red 170 ◦ green 197 ◦ blue 118

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

Shades of Caper #AAC576

Tints of Caper #AAC576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 35.05%
G = 40.62%
B = 24.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#AAC576 (or 0xAAC576) is known color: Caper. HEX triplet: AA, C5 and 76. RGB value is (170,197,118). Sum of RGB (Red+Green+Blue) = 170+197+118=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC576 is #553A89. Grayscale: #B4B4B4. Windows color (decimal): -5585546 or 7783850. OLE color: 7783850.

HSL color Cylindrical-coordinate representation of color #AAC576: hue angle of 80.51º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAC576 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 197 118 -
CMYK 0.14 0 0.40 0.23
HSL 80.51º 0.41% 0.62% -
HSV(B) 80.51º 0.4% 0.77% -
XYZ 39.81 49.79 24.65 -
YUV 179.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 170 197 118 0.14 0 0.40 0.23 80.51 0.41 0.62
Hex AA C5 76 E 0 28 17 51 29 3E
Octal 252 305 166 16 0 50 27 121 51 76
Binary 10101010 11000101 1110110 1110 0 101000 10111 1010001 101001 111110

Color Harmonies of #AAC576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC576

Black with #AAC576

Text Example


Text Example

White with #AAC576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC576; }

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

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

background-color css

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

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

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

border-color css

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

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

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