#AEC172

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

Shades of Caper #AEC172

Tints of Caper #AEC172

Color information

#AEC172 (or 0xAEC172) is unknown color: approx Caper. HEX triplet: AE, C1 and 72. RGB value is (174,193,114). Sum of RGB (Red+Green+Blue) = 174+193+114=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC172 is #513E8D. Grayscale: #B2B2B2. Windows color (decimal): -5324430 or 7520686. OLE color: 7520686.

HSL color Cylindrical-coordinate representation of color #AEC172: hue angle of 74.43º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEC172 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB174193114-
CMYK0.1000.410.24
HSL74.43º38.92%60.2%-
HSV(B)74.43º40.93%75.69%-
XYZ39.5648.3523.17-
YUV178.3191.71124.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=36.17%
G=40.12%
B=23.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931140.1000.410.2474.4338.9260.2
HexAEC172A029184a273c
Octal25630116212051301124774
Binary1010111011000001111001010100101001110001001010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC172; }

 p { color: rgb(174,193,114); }

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

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

 a { background-color: rgb(174,193,114); }

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

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

 span { border-color: rgb(174,193,114); }

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