#AECA8B

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

Shades of Caper #AECA8B

Tints of Caper #AECA8B

Color information

#AECA8B (or 0xAECA8B) is unknown color: approx Caper. HEX triplet: AE, CA and 8B. RGB value is (174,202,139). Sum of RGB (Red+Green+Blue) = 174+202+139=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECA8B is #513574. Grayscale: #BABABA. Windows color (decimal): -5322101 or 9161390. OLE color: 9161390.

HSL color Cylindrical-coordinate representation of color #AECA8B: hue angle of 86.67º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECA8B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB174202139-
CMYK0.1400.310.21
HSL86.67º37.28%66.86%-
HSV(B)86.67º31.19%79.22%-
XYZ43.2453.132.4-
YUV186.45101.22119.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=33.79%
G=39.22%
B=26.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021390.1400.310.2186.6737.2866.86
HexAECA8BE01F15572543
Octal256312213160372512745103
Binary10101110110010101000101111100111111010110101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA8B; }

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

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

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

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

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

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

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

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