#AAC683

Color #AAC683 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AAC683

Tints of Caper #AAC683

Color information

#AAC683 (or 0xAAC683) is unknown color: approx Caper. HEX triplet: AA, C6 and 83. RGB value is (170,198,131). Sum of RGB (Red+Green+Blue) = 170+198+131=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC683 is #55397C. Grayscale: #B6B6B6. Windows color (decimal): -5585277 or 8636074. OLE color: 8636074.

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

Color convert

RGB170198131-
CMYK0.1400.340.22
HSL85.07º37.02%64.51%-
HSV(B)85.07º33.84%77.65%-
XYZ40.8750.5729.08-
YUV181.9999.22119.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 198 (77.73% from 255) = 39.68%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=34.07%
G=39.68%
B=26.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981310.1400.340.2285.0737.0264.51
HexAAC683E02216552541
Octal252306203160422612545101
Binary101010101100011010000011111001000101011010101011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC683; }

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

 H1.HeaderClassName
 {
   color: #AAC683;
 }
 .AnyTagClassName
 {
   color: #AAC683;
 }
</style>
background-color css

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

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

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

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

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

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