Html Css Color HEX #AAC684 Caper

📋 copy color: '#AAC684'

red 170 ◦ green 198 ◦ blue 132

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

Shades of Caper #AAC684

Tints of Caper #AAC684

RGB

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

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

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

R = 34%
G = 39.6%
B = 26.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#AAC684 (or 0xAAC684) is known color: Caper. HEX triplet: AA, C6 and 84. RGB value is (170,198,132). Sum of RGB (Red+Green+Blue) = 170+198+132=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC684 is #55397B. Grayscale: #B6B6B6. Windows color (decimal): -5585276 or 8701610. OLE color: 8701610.

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

Color convert

RGB 170 198 132 -
CMYK 0.14 0 0.33 0.22
HSL 85.45º 0.37% 0.65% -
HSV(B) 85.45º 0.33% 0.78% -
XYZ 40.94 50.6 29.44 -
YUV 182.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 170 198 132 0.14 0 0.33 0.22 85.45 0.37 0.65
Hex AA C6 84 E 0 21 16 55 25 41
Octal 252 306 204 16 0 41 26 125 45 101
Binary 10101010 11000110 10000100 1110 0 100001 10110 1010101 100101 1000001

Color Harmonies of #AAC684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC684

Black with #AAC684

Text Example


Text Example

White with #AAC684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC684; }

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

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

background-color css

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

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

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

border-color css

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

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

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