#AEBB72

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

Shades of Caper #AEBB72

Tints of Caper #AEBB72

Color information

#AEBB72 (or 0xAEBB72) is unknown color: approx Caper. HEX triplet: AE, BB and 72. RGB value is (174,187,114). Sum of RGB (Red+Green+Blue) = 174+187+114=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB72 is #51448D. Grayscale: #AFAFAF. Windows color (decimal): -5325966 or 7519150. OLE color: 7519150.

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

Color convert

RGB174187114-
CMYK0.0700.390.27
HSL70.68º34.93%59.02%-
HSV(B)70.68º39.04%73.33%-
XYZ38.2645.7522.73-
YUV174.7993.69127.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.63%
GREEN value IS 187 (73.44% from 255) = 39.37%
BLUE value IS 114 (44.92% from 255) = 24%
R=36.63%
G=39.37%
B=24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871140.0700.390.2770.6834.9359.02
HexAEBB7270271B47233b
Octal2562731627047331074373
Binary101011101011101111100101110100111110111000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB72; }

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

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

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

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

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

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

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

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