#AECF82

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

Shades of Caper #AECF82

Tints of Caper #AECF82

Color information

#AECF82 (or 0xAECF82) is unknown color: approx Caper. HEX triplet: AE, CF and 82. RGB value is (174,207,130). Sum of RGB (Red+Green+Blue) = 174+207+130=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF82 is #51307D. Grayscale: #BCBCBC. Windows color (decimal): -5320830 or 8572846. OLE color: 8572846.

HSL color Cylindrical-coordinate representation of color #AECF82: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AECF82 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB174207130-
CMYK0.1600.370.19
HSL85.71º44.51%66.08%-
HSV(B)85.71º37.2%81.18%-
XYZ43.855.2429.47-
YUV188.3595.07117.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.05%
GREEN value IS 207 (81.25% from 255) = 40.51%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=34.05%
G=40.51%
B=25.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742071300.1600.370.1985.7144.5166.08
HexAECF821002513562d42
Octal256317202200452312655102
Binary1010111011001111100000101000001001011001110101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF82; }

 p { color: rgb(174,207,130); }

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

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

 a { background-color: rgb(174,207,130); }

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

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

 span { border-color: rgb(174,207,130); }

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