#AEB97D

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

Shades of Caper #AEB97D

Tints of Caper #AEB97D

Color information

#AEB97D (or 0xAEB97D) is unknown color: approx Caper. HEX triplet: AE, B9 and 7D. RGB value is (174,185,125). Sum of RGB (Red+Green+Blue) = 174+185+125=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB97D is #514682. Grayscale: #AFAFAF. Windows color (decimal): -5326467 or 8239534. OLE color: 8239534.

HSL color Cylindrical-coordinate representation of color #AEB97D: hue angle of 71º 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 #AEB97D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB174185125-
CMYK0.0600.320.27
HSL71º30%60.78%-
HSV(B)71º32.43%72.55%-
XYZ38.5145.1826.09-
YUV174.8799.86127.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=35.95%
G=38.22%
B=25.83%

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
Decimal1741851250.0600.320.27713060.78
HexAEB97D60201B471e3d
Octal2562711756040331073675
Binary10101110101110011111101110010000011011100011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB97D; }

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

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

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

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

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

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

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

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