#AECB8B

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

Shades of Caper #AECB8B

Tints of Caper #AECB8B

Color information

#AECB8B (or 0xAECB8B) is unknown color: approx Caper. HEX triplet: AE, CB and 8B. RGB value is (174,203,139). Sum of RGB (Red+Green+Blue) = 174+203+139=516 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.72% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8B is #513474. Grayscale: #BBBBBB. Windows color (decimal): -5321845 or 9161646. OLE color: 9161646.

HSL color Cylindrical-coordinate representation of color #AECB8B: hue angle of 87.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECB8B is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB174203139-
CMYK0.1400.320.20
HSL87.19º38.1%67.06%-
HSV(B)87.19º31.53%79.61%-
XYZ43.4753.5732.48-
YUV187.03100.89118.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.72%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=33.72%
G=39.34%
B=26.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031390.1400.320.2087.1938.167.06
HexAECB8BE02014572643
Octal256313213160402412746103
Binary101011101100101110001011111001000001010010101111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECB8B; }

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

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

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

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

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

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

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

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