#AEC084

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

Shades of Caper #AEC084

Tints of Caper #AEC084

Color information

#AEC084 (or 0xAEC084) is unknown color: approx Caper. HEX triplet: AE, C0 and 84. RGB value is (174,192,132). Sum of RGB (Red+Green+Blue) = 174+192+132=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC084 is #513F7B. Grayscale: #B4B4B4. Windows color (decimal): -5324668 or 8700078. OLE color: 8700078.

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

Color convert

RGB174192132-
CMYK0.0900.310.25
HSL78º32.26%63.53%-
HSV(B)78º31.25%75.29%-
XYZ40.4748.3629.03-
YUV179.78101.04123.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=34.94%
G=38.55%
B=26.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921320.0900.310.257832.2663.53
HexAEC084901F194e2040
Octal256300204110373111640100
Binary10101110110000001000010010010111111100110011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC084; }

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

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

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

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

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

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

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

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