#AEBB6F

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

Shades of Caper #AEBB6F

Tints of Caper #AEBB6F

Color information

#AEBB6F (or 0xAEBB6F) is unknown color: approx Caper. HEX triplet: AE, BB and 6F. RGB value is (174,187,111). Sum of RGB (Red+Green+Blue) = 174+187+111=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB6F is #514490. Grayscale: #AEAEAE. Windows color (decimal): -5325969 or 7322542. OLE color: 7322542.

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

Color convert

RGB174187111-
CMYK0.0700.410.27
HSL70.26º35.85%58.43%-
HSV(B)70.26º40.64%73.33%-
XYZ38.145.6921.85-
YUV174.4592.19127.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.86%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=36.86%
G=39.62%
B=23.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871110.0700.410.2770.2635.8558.43
HexAEBB6F70291B46243a
Octal2562731577051331064472
Binary101011101011101111011111110101001110111000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB6F; }

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

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

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

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

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

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

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

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