#AEC077

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

Shades of Caper #AEC077

Tints of Caper #AEC077

Color information

#AEC077 (or 0xAEC077) is unknown color: approx Caper. HEX triplet: AE, C0 and 77. RGB value is (174,192,119). Sum of RGB (Red+Green+Blue) = 174+192+119=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEC077 is #513F88. Grayscale: #B2B2B2. Windows color (decimal): -5324681 or 7848110. OLE color: 7848110.

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

Color convert

RGB174192119-
CMYK0.0900.380.25
HSL74.79º36.68%60.98%-
HSV(B)74.79º38.02%75.29%-
XYZ39.6348.0324.63-
YUV178.394.54124.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=35.88%
G=39.59%
B=24.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921190.0900.380.2574.7936.6860.98
HexAEC0779026194b253d
Octal25630016711046311134575
Binary1010111011000000111011110010100110110011001011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC077; }

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

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

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

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

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

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

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

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