#AEB977

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

Shades of Caper #AEB977

Tints of Caper #AEB977

Color information

#AEB977 (or 0xAEB977) is unknown color: approx Caper. HEX triplet: AE, B9 and 77. RGB value is (174,185,119). Sum of RGB (Red+Green+Blue) = 174+185+119=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB977 is #514688. Grayscale: #AEAEAE. Windows color (decimal): -5326473 or 7846318. OLE color: 7846318.

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

Color convert

RGB174185119-
CMYK0.0600.360.27
HSL70º32.04%59.61%-
HSV(B)70º35.68%72.55%-
XYZ38.1345.0324.13-
YUV174.1996.86127.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.40%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 119 (46.88% from 255) = 24.90%
R=36.40%
G=38.70%
B=24.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851190.0600.360.277032.0459.61
HexAEB97760241B46203c
Octal2562711676044331064074
Binary101011101011100111101111100100100110111000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB977; }

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

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

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

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

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

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

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

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