#AEBE8A

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

Shades of Caper #AEBE8A

Tints of Caper #AEBE8A

Color information

#AEBE8A (or 0xAEBE8A) is unknown color: approx Caper. HEX triplet: AE, BE and 8A. RGB value is (174,190,138). Sum of RGB (Red+Green+Blue) = 174+190+138=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE8A is #514175. Grayscale: #B3B3B3. Windows color (decimal): -5325174 or 9092782. OLE color: 9092782.

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

Color convert

RGB174190138-
CMYK0.0800.270.25
HSL78.46º28.57%64.31%-
HSV(B)78.46º27.37%74.51%-
XYZ40.4647.6631.11-
YUV179.29104.7124.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=34.66%
G=37.85%
B=27.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901380.0800.270.2578.4628.5764.31
HexAEBE8A801B194e1d40
Octal256276212100333111635100
Binary1010111010111110100010101000011011110011001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE8A; }

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

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

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

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

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

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

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

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