Html Css Color HEX #AAC584 Caper

📋 copy color: '#AAC584'

red 170 ◦ green 197 ◦ blue 132

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

Shades of Caper #AAC584

Tints of Caper #AAC584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 34.07%
G = 39.48%
B = 26.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#AAC584 (or 0xAAC584) is known color: Caper. HEX triplet: AA, C5 and 84. RGB value is (170,197,132). Sum of RGB (Red+Green+Blue) = 170+197+132=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC584 is #553A7B. Grayscale: #B5B5B5. Windows color (decimal): -5585532 or 8701354. OLE color: 8701354.

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

Color convert

RGB 170 197 132 -
CMYK 0.14 0 0.33 0.23
HSL 84.92º 0.36% 0.65% -
HSV(B) 84.92º 0.33% 0.77% -
XYZ 40.71 50.14 29.36 -
YUV 181.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 170 197 132 0.14 0 0.33 0.23 84.92 0.36 0.65
Hex AA C5 84 E 0 21 17 55 24 41
Octal 252 305 204 16 0 41 27 125 44 101
Binary 10101010 11000101 10000100 1110 0 100001 10111 1010101 100100 1000001

Color Harmonies of #AAC584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC584

Black with #AAC584

Text Example


Text Example

White with #AAC584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC584; }

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

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

background-color css

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

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

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

border-color css

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

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

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