#AEC07A

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

Shades of Caper #AEC07A

Tints of Caper #AEC07A

Color information

#AEC07A (or 0xAEC07A) is unknown color: approx Caper. HEX triplet: AE, C0 and 7A. RGB value is (174,192,122). Sum of RGB (Red+Green+Blue) = 174+192+122=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC07A is #513F85. Grayscale: #B2B2B2. Windows color (decimal): -5324678 or 8044718. OLE color: 8044718.

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

Color convert

RGB174192122-
CMYK0.0900.360.25
HSL75.43º35.71%61.57%-
HSV(B)75.43º36.46%75.29%-
XYZ39.8248.125.6-
YUV178.6496.04124.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 122 (48.05% from 255) = 25%
R=35.66%
G=39.34%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921220.0900.360.2575.4335.7161.57
HexAEC07A9024194b243e
Octal25630017211044311134476
Binary1010111011000000111101010010100100110011001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC07A; }

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

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

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

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

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

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

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

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