#AEBA8D

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

Shades of Caper #AEBA8D

Tints of Caper #AEBA8D

Color information

#AEBA8D (or 0xAEBA8D) is unknown color: approx Caper. HEX triplet: AE, BA and 8D. RGB value is (174,186,141). Sum of RGB (Red+Green+Blue) = 174+186+141=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA8D is #514572. Grayscale: #B1B1B1. Windows color (decimal): -5326195 or 9288366. OLE color: 9288366.

HSL color Cylindrical-coordinate representation of color #AEBA8D: hue angle of 76º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBA8D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB174186141-
CMYK0.0600.240.27
HSL76º24.59%64.12%-
HSV(B)76º24.19%72.94%-
XYZ39.8246.0431.99-
YUV177.28107.52125.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 141 (55.47% from 255) = 28.14%
R=34.73%
G=37.13%
B=28.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741861410.0600.240.277624.5964.12
HexAEBA8D60181B4c1940
Octal25627221560303311431100
Binary101011101011101010001101110011000110111001100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA8D; }

 p { color: rgb(174,186,141); }

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

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

 a { background-color: rgb(174,186,141); }

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

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

 span { border-color: rgb(174,186,141); }

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