#AEC074

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

Shades of Caper #AEC074

Tints of Caper #AEC074

Color information

#AEC074 (or 0xAEC074) is unknown color: approx Caper. HEX triplet: AE, C0 and 74. RGB value is (174,192,116). Sum of RGB (Red+Green+Blue) = 174+192+116=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC074 is #513F8B. Grayscale: #B2B2B2. Windows color (decimal): -5324684 or 7651502. OLE color: 7651502.

HSL color Cylindrical-coordinate representation of color #AEC074: hue angle of 74.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEC074 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB174192116-
CMYK0.0900.400.25
HSL74.21º37.62%60.39%-
HSV(B)74.21º39.58%75.29%-
XYZ39.4647.9623.7-
YUV177.9593.04125.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=36.10%
G=39.83%
B=24.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921160.0900.400.2574.2137.6260.39
HexAEC0749028194a263c
Octal25630016411050311124674
Binary1010111011000000111010010010101000110011001010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC074; }

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

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

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

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

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

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

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

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