#AEBC8A

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

Shades of Caper #AEBC8A

Tints of Caper #AEBC8A

Color information

#AEBC8A (or 0xAEBC8A) is unknown color: approx Caper. HEX triplet: AE, BC and 8A. RGB value is (174,188,138). Sum of RGB (Red+Green+Blue) = 174+188+138=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBC8A is #514375. Grayscale: #B2B2B2. Windows color (decimal): -5325686 or 9092270. OLE color: 9092270.

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

Color convert

RGB174188138-
CMYK0.0700.270.26
HSL76.8º27.17%63.92%-
HSV(B)76.8º26.6%73.73%-
XYZ40.0346.830.97-
YUV178.11105.36125.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.8%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=34.8%
G=37.6%
B=27.6%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881380.0700.270.2676.827.1763.92
HexAEBC8A701B1A4d1b40
Octal25627421270333211533100
Binary101011101011110010001010111011011110101001101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC8A; }

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

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

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

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

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

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

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

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