#AEBB84

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

Shades of Caper #AEBB84

Tints of Caper #AEBB84

Color information

#AEBB84 (or 0xAEBB84) is unknown color: approx Caper. HEX triplet: AE, BB and 84. RGB value is (174,187,132). Sum of RGB (Red+Green+Blue) = 174+187+132=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB84 is #51447B. Grayscale: #B1B1B1. Windows color (decimal): -5325948 or 8698798. OLE color: 8698798.

HSL color Cylindrical-coordinate representation of color #AEBB84: hue angle of 74.18º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBB84 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB174187132-
CMYK0.0700.290.27
HSL74.18º28.8%62.55%-
HSV(B)74.18º29.41%73.33%-
XYZ39.3946.2128.67-
YUV176.84102.69125.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=35.29%
G=37.93%
B=26.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871320.0700.290.2774.1828.862.55
HexAEBB84701D1B4a1d3f
Octal2562732047035331123577
Binary10101110101110111000010011101110111011100101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB84; }

 p { color: rgb(174,187,132); }

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

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

 a { background-color: rgb(174,187,132); }

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

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

 span { border-color: rgb(174,187,132); }

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