#AECF83

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

Shades of Caper #AECF83

Tints of Caper #AECF83

Color information

#AECF83 (or 0xAECF83) is unknown color: approx Caper. HEX triplet: AE, CF and 83. RGB value is (174,207,131). Sum of RGB (Red+Green+Blue) = 174+207+131=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF83 is #51307C. Grayscale: #BCBCBC. Windows color (decimal): -5320829 or 8638382. OLE color: 8638382.

HSL color Cylindrical-coordinate representation of color #AECF83: hue angle of 86.05º degrees, saturation: 0.44, 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 #AECF83 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB174207131-
CMYK0.1600.370.19
HSL86.05º44.19%66.27%-
HSV(B)86.05º36.71%81.18%-
XYZ43.8755.2629.83-
YUV188.4795.57117.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=33.98%
G=40.43%
B=25.59%

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
Decimal1742071310.1600.370.1986.0544.1966.27
HexAECF831002513562c42
Octal256317203200452312654102
Binary1010111011001111100000111000001001011001110101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECF83; }

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

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

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

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

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

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

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

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