#AEB985

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

Shades of Caper #AEB985

Tints of Caper #AEB985

Color information

#AEB985 (or 0xAEB985) is unknown color: approx Caper. HEX triplet: AE, B9 and 85. RGB value is (174,185,133). Sum of RGB (Red+Green+Blue) = 174+185+133=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB985 is #51467A. Grayscale: #AFAFAF. Windows color (decimal): -5326459 or 8763822. OLE color: 8763822.

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

Color convert

RGB174185133-
CMYK0.0600.280.27
HSL72.69º27.08%62.35%-
HSV(B)72.69º28.11%72.55%-
XYZ39.0445.3928.89-
YUV175.78103.86126.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=35.37%
G=37.60%
B=27.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851330.0600.280.2772.6927.0862.35
HexAEB985601C1B491b3e
Octal2562712056034331113376
Binary10101110101110011000010111001110011011100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB985; }

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

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

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

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

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

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

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

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