#AEC174

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

Shades of Caper #AEC174

Tints of Caper #AEC174

Color information

#AEC174 (or 0xAEC174) is unknown color: approx Caper. HEX triplet: AE, C1 and 74. RGB value is (174,193,116). Sum of RGB (Red+Green+Blue) = 174+193+116=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC174 is #513E8B. Grayscale: #B2B2B2. Windows color (decimal): -5324428 or 7651758. OLE color: 7651758.

HSL color Cylindrical-coordinate representation of color #AEC174: hue angle of 74.81º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC174 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB174193116-
CMYK0.1000.400.24
HSL74.81º38.31%60.59%-
HSV(B)74.81º39.9%75.69%-
XYZ39.6848.423.77-
YUV178.5492.71124.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=36.02%
G=39.96%
B=24.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931160.1000.400.2474.8138.3160.59
HexAEC174A028184b263d
Octal25630116412050301134675
Binary1010111011000001111010010100101000110001001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC174; }

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

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

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

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

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

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

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

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