#AEBE6C

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

Shades of Caper #AEBE6C

Tints of Caper #AEBE6C

Color information

#AEBE6C (or 0xAEBE6C) is unknown color: approx Caper. HEX triplet: AE, BE and 6C. RGB value is (174,190,108). Sum of RGB (Red+Green+Blue) = 174+190+108=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE6C is #514193. Grayscale: #B0B0B0. Windows color (decimal): -5325204 or 7126702. OLE color: 7126702.

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

Color convert

RGB174190108-
CMYK0.0800.430.25
HSL71.71º38.68%58.43%-
HSV(B)71.71º43.16%74.51%-
XYZ38.5846.9121.21-
YUV175.8789.7126.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=36.86%
G=40.25%
B=22.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901080.0800.430.2571.7138.6858.43
HexAEBE6C802B1948273a
Octal25627615410053311104772
Binary1010111010111110110110010000101011110011001000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE6C; }

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

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

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

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

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

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

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

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