#AEB971

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

Shades of Caper #AEB971

Tints of Caper #AEB971

Color information

#AEB971 (or 0xAEB971) is unknown color: approx Caper. HEX triplet: AE, B9 and 71. RGB value is (174,185,113). Sum of RGB (Red+Green+Blue) = 174+185+113=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB971 is #51468E. Grayscale: #ADADAD. Windows color (decimal): -5326479 or 7453102. OLE color: 7453102.

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

Color convert

RGB174185113-
CMYK0.0600.390.27
HSL69.17º33.96%58.43%-
HSV(B)69.17º38.92%72.55%-
XYZ37.7944.8922.3-
YUV173.593.86128.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=36.86%
G=39.19%
B=23.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851130.0600.390.2769.1733.9658.43
HexAEB97160271B45223a
Octal2562711616047331054272
Binary101011101011100111100011100100111110111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB971; }

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

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

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

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

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

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

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

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