#AEBB71

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

Shades of Caper #AEBB71

Tints of Caper #AEBB71

Color information

#AEBB71 (or 0xAEBB71) is unknown color: approx Caper. HEX triplet: AE, BB and 71. RGB value is (174,187,113). Sum of RGB (Red+Green+Blue) = 174+187+113=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB71 is #51448E. Grayscale: #AEAEAE. Windows color (decimal): -5325967 or 7453614. OLE color: 7453614.

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

Color convert

RGB174187113-
CMYK0.0700.400.27
HSL70.54º35.24%58.82%-
HSV(B)70.54º39.57%73.33%-
XYZ38.2145.7322.44-
YUV174.6893.19127.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.71%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 113 (44.53% from 255) = 23.84%
R=36.71%
G=39.45%
B=23.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871130.0700.400.2770.5435.2458.82
HexAEBB7170281B47233b
Octal2562731617050331074373
Binary101011101011101111100011110101000110111000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB71; }

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

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

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

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

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

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

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

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