#AEB97E

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

Shades of Caper #AEB97E

Tints of Caper #AEB97E

Color information

#AEB97E (or 0xAEB97E) is unknown color: approx Caper. HEX triplet: AE, B9 and 7E. RGB value is (174,185,126). Sum of RGB (Red+Green+Blue) = 174+185+126=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB97E is #514681. Grayscale: #AFAFAF. Windows color (decimal): -5326466 or 8305070. OLE color: 8305070.

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

Color convert

RGB174185126-
CMYK0.0600.320.27
HSL71.19º29.65%60.98%-
HSV(B)71.19º31.89%72.55%-
XYZ38.5745.226.43-
YUV174.98100.36127.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=35.88%
G=38.14%
B=25.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851260.0600.320.2771.1929.6560.98
HexAEB97E60201B471e3d
Octal2562711766040331073675
Binary10101110101110011111110110010000011011100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB97E; }

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

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

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

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

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

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

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

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