#AEB87A

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

Shades of Caper #AEB87A

Tints of Caper #AEB87A

Color information

#AEB87A (or 0xAEB87A) is unknown color: approx Caper. HEX triplet: AE, B8 and 7A. RGB value is (174,184,122). Sum of RGB (Red+Green+Blue) = 174+184+122=480 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.25% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB87A is #514785. Grayscale: #AEAEAE. Windows color (decimal): -5326726 or 8042670. OLE color: 8042670.

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

Color convert

RGB174184122-
CMYK0.0500.340.28
HSL69.68º30.39%60%-
HSV(B)69.68º33.7%72.16%-
XYZ38.1144.6825.03-
YUV173.9498.69128.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.25%
GREEN value IS 184 (72.27% from 255) = 38.33%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=36.25%
G=38.33%
B=25.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841220.0500.340.2869.6830.3960
HexAEB87A50221C461e3c
Octal2562701725042341063674
Binary10101110101110001111010101010001011100100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB87A; }

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

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

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

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

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

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

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

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