#AEB872

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

Shades of Caper #AEB872

Tints of Caper #AEB872

Color information

#AEB872 (or 0xAEB872) is unknown color: approx Caper. HEX triplet: AE, B8 and 72. RGB value is (174,184,114). Sum of RGB (Red+Green+Blue) = 174+184+114=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB872 is #51478D. Grayscale: #ADADAD. Windows color (decimal): -5326734 or 7518382. OLE color: 7518382.

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

Color convert

RGB174184114-
CMYK0.0500.380.28
HSL68.57º33.02%58.43%-
HSV(B)68.57º38.04%72.16%-
XYZ37.6344.4922.52-
YUV173.0394.69128.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 114 (44.92% from 255) = 24.15%
R=36.86%
G=38.98%
B=24.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841140.0500.380.2868.5733.0258.43
HexAEB87250261C45213a
Octal2562701625046341054172
Binary101011101011100011100101010100110111001000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB872; }

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

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

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

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

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

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

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

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