#AEB96F

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

Shades of Caper #AEB96F

Tints of Caper #AEB96F

Color information

#AEB96F (or 0xAEB96F) is unknown color: approx Caper. HEX triplet: AE, B9 and 6F. RGB value is (174,185,111). Sum of RGB (Red+Green+Blue) = 174+185+111=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB96F is #514690. Grayscale: #ADADAD. Windows color (decimal): -5326481 or 7322030. OLE color: 7322030.

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

Color convert

RGB174185111-
CMYK0.0600.40.27
HSL68.92º34.58%58.04%-
HSV(B)68.92º40%72.55%-
XYZ37.6744.8421.71-
YUV173.2792.86128.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=37.02%
G=39.36%
B=23.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851110.0600.40.2768.9234.5858.04
HexAEB96F60281B45233a
Octal2562711576050331054372
Binary101011101011100111011111100101000110111000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB96F; }

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

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

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

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

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

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

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

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