#AECC8A

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

Shades of Caper #AECC8A

Tints of Caper #AECC8A

Color information

#AECC8A (or 0xAECC8A) is unknown color: approx Caper. HEX triplet: AE, CC and 8A. RGB value is (174,204,138). Sum of RGB (Red+Green+Blue) = 174+204+138=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECC8A is #513375. Grayscale: #BBBBBB. Windows color (decimal): -5321590 or 9096366. OLE color: 9096366.

HSL color Cylindrical-coordinate representation of color #AECC8A: hue angle of 87.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECC8A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB174204138-
CMYK0.1500.320.2
HSL87.27º39.29%67.06%-
HSV(B)87.27º32.35%80%-
XYZ43.6454.0232.17-
YUV187.51100.06118.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=33.72%
G=39.53%
B=26.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1742041380.1500.320.287.2739.2967.06
HexAECC8AF02014572743
Octal256314212170402412747103
Binary101011101100110010001010111101000001010010101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECC8A; }

 p { color: rgb(174,204,138); }

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

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

 a { background-color: rgb(174,204,138); }

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

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

 span { border-color: rgb(174,204,138); }

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