#AEBE85

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

Shades of Caper #AEBE85

Tints of Caper #AEBE85

Color information

#AEBE85 (or 0xAEBE85) is unknown color: approx Caper. HEX triplet: AE, BE and 85. RGB value is (174,190,133). Sum of RGB (Red+Green+Blue) = 174+190+133=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE85 is #51417A. Grayscale: #B2B2B2. Windows color (decimal): -5325179 or 8765102. OLE color: 8765102.

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

Color convert

RGB174190133-
CMYK0.0800.30.25
HSL76.84º30.48%63.33%-
HSV(B)76.84º30%74.51%-
XYZ40.147.5229.25-
YUV178.72102.2124.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=35.01%
G=38.23%
B=26.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901330.0800.30.2576.8430.4863.33
HexAEBE85801E194d1e3f
Octal25627620510036311153677
Binary101011101011111010000101100001111011001100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE85; }

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

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

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

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

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

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

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

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