#AEB880

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

Shades of Caper #AEB880

Tints of Caper #AEB880

Color information

#AEB880 (or 0xAEB880) is unknown color: approx Caper. HEX triplet: AE, B8 and 80. RGB value is (174,184,128). Sum of RGB (Red+Green+Blue) = 174+184+128=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB880 is #51477F. Grayscale: #AEAEAE. Windows color (decimal): -5326720 or 8435886. OLE color: 8435886.

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

Color convert

RGB174184128-
CMYK0.0500.300.28
HSL70.71º28.28%61.18%-
HSV(B)70.71º30.43%72.16%-
XYZ38.4944.8427.05-
YUV174.63101.69127.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=35.80%
G=37.86%
B=26.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841280.0500.300.2870.7128.2861.18
HexAEB880501E1C471c3d
Octal2562702005036341073475
Binary10101110101110001000000010101111011100100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB880; }

 p { color: rgb(174,184,128); }

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

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

 a { background-color: rgb(174,184,128); }

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

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

 span { border-color: rgb(174,184,128); }

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