#AEB776

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

Shades of Caper #AEB776

Tints of Caper #AEB776

Color information

#AEB776 (or 0xAEB776) is unknown color: approx Caper. HEX triplet: AE, B7 and 76. RGB value is (174,183,118). Sum of RGB (Red+Green+Blue) = 174+183+118=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB776 is #514889. Grayscale: #ADADAD. Windows color (decimal): -5326986 or 7780270. OLE color: 7780270.

HSL color Cylindrical-coordinate representation of color #AEB776: hue angle of 68.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEB776 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB174183118-
CMYK0.0500.360.28
HSL68.31º31.1%59.02%-
HSV(B)68.31º35.52%71.76%-
XYZ37.6644.1723.68-
YUV172.997.02128.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=36.63%
G=38.53%
B=24.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831180.0500.360.2868.3131.159.02
HexAEB77650241C441f3b
Octal2562671665044341043773
Binary10101110101101111110110101010010011100100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB776; }

 p { color: rgb(174,183,118); }

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

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

 a { background-color: rgb(174,183,118); }

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

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

 span { border-color: rgb(174,183,118); }

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