#AEC075

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

Shades of Caper #AEC075

Tints of Caper #AEC075

Color information

#AEC075 (or 0xAEC075) is unknown color: approx Caper. HEX triplet: AE, C0 and 75. RGB value is (174,192,117). Sum of RGB (Red+Green+Blue) = 174+192+117=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC075 is #513F8A. Grayscale: #B2B2B2. Windows color (decimal): -5324683 or 7717038. OLE color: 7717038.

HSL color Cylindrical-coordinate representation of color #AEC075: hue angle of 74.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEC075 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB174192117-
CMYK0.0900.390.25
HSL74.4º37.31%60.59%-
HSV(B)74.4º39.06%75.29%-
XYZ39.5247.9824.01-
YUV178.0793.54125.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=36.02%
G=39.75%
B=24.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921170.0900.390.2574.437.3160.59
HexAEC0759027194a253d
Octal25630016511047311124575
Binary1010111011000000111010110010100111110011001010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC075; }

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

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

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

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

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

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

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

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