#AEB885

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

Shades of Caper #AEB885

Tints of Caper #AEB885

Color information

#AEB885 (or 0xAEB885) is unknown color: approx Caper. HEX triplet: AE, B8 and 85. RGB value is (174,184,133). Sum of RGB (Red+Green+Blue) = 174+184+133=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB885 is #51477A. Grayscale: #AFAFAF. Windows color (decimal): -5326715 or 8763566. OLE color: 8763566.

HSL color Cylindrical-coordinate representation of color #AEB885: hue angle of 71.76º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB885 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB174184133-
CMYK0.0500.280.28
HSL71.76º26.42%62.16%-
HSV(B)71.76º27.72%72.16%-
XYZ38.8344.9728.82-
YUV175.2104.19127.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=35.44%
G=37.47%
B=27.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841330.0500.280.2871.7626.4262.16
HexAEB885501C1C481a3e
Octal2562702055034341103276
Binary10101110101110001000010110101110011100100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB885; }

 p { color: rgb(174,184,133); }

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

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

 a { background-color: rgb(174,184,133); }

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

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

 span { border-color: rgb(174,184,133); }

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