#AEC08B

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

Shades of Caper #AEC08B

Tints of Caper #AEC08B

Color information

#AEC08B (or 0xAEC08B) is unknown color: approx Caper. HEX triplet: AE, C0 and 8B. RGB value is (174,192,139). Sum of RGB (Red+Green+Blue) = 174+192+139=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC08B is #513F74. Grayscale: #B4B4B4. Windows color (decimal): -5324661 or 9158830. OLE color: 9158830.

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

Color convert

RGB174192139-
CMYK0.0900.280.25
HSL80.38º29.61%64.9%-
HSV(B)80.38º27.6%75.29%-
XYZ40.9748.5631.64-
YUV180.58104.54123.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=34.46%
G=38.02%
B=27.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921390.0900.280.2580.3829.6164.9
HexAEC08B901C19501e41
Octal256300213110343112036101
Binary1010111011000000100010111001011100110011010000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC08B; }

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

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

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

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

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

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

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

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