#AEB88A

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

Shades of Caper #AEB88A

Tints of Caper #AEB88A

Color information

#AEB88A (or 0xAEB88A) is unknown color: approx Caper. HEX triplet: AE, B8 and 8A. RGB value is (174,184,138). Sum of RGB (Red+Green+Blue) = 174+184+138=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB88A is #514775. Grayscale: #AFAFAF. Windows color (decimal): -5326710 or 9091246. OLE color: 9091246.

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

Color convert

RGB174184138-
CMYK0.0500.250.28
HSL73.04º24.47%63.14%-
HSV(B)73.04º25%72.16%-
XYZ39.1845.1130.69-
YUV175.77106.69126.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=35.08%
G=37.10%
B=27.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741841380.0500.250.2873.0424.4763.14
HexAEB88A50191C49183f
Octal2562702125031341113077
Binary10101110101110001000101010101100111100100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB88A; }

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

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

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

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

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

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

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

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