#AEBB79

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

Shades of Caper #AEBB79

Tints of Caper #AEBB79

Color information

#AEBB79 (or 0xAEBB79) is unknown color: approx Caper. HEX triplet: AE, BB and 79. RGB value is (174,187,121). Sum of RGB (Red+Green+Blue) = 174+187+121=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB79 is #514486. Grayscale: #AFAFAF. Windows color (decimal): -5325959 or 7977902. OLE color: 7977902.

HSL color Cylindrical-coordinate representation of color #AEBB79: hue angle of 71.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEBB79 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB174187121-
CMYK0.0700.350.27
HSL71.82º32.67%60.39%-
HSV(B)71.82º35.29%73.33%-
XYZ38.6845.9224.91-
YUV175.5997.19126.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 121 (47.66% from 255) = 25.10%
R=36.10%
G=38.80%
B=25.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871210.0700.350.2771.8232.6760.39
HexAEBB7970231B48213c
Octal2562731717043331104174
Binary101011101011101111110011110100011110111001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB79; }

 p { color: rgb(174,187,121); }

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

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

 a { background-color: rgb(174,187,121); }

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

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

 span { border-color: rgb(174,187,121); }

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