#AEBB7B

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

Shades of Caper #AEBB7B

Tints of Caper #AEBB7B

Color information

#AEBB7B (or 0xAEBB7B) is unknown color: approx Caper. HEX triplet: AE, BB and 7B. RGB value is (174,187,123). Sum of RGB (Red+Green+Blue) = 174+187+123=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBB7B is #514484. Grayscale: #B0B0B0. Windows color (decimal): -5325957 or 8108974. OLE color: 8108974.

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

Color convert

RGB174187123-
CMYK0.0700.340.27
HSL72.19º32%60.78%-
HSV(B)72.19º34.22%73.33%-
XYZ38.845.9725.57-
YUV175.8298.19126.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=35.95%
G=38.64%
B=25.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741871230.0700.340.2772.193260.78
HexAEBB7B70221B48203d
Octal2562731737042331104075
Binary101011101011101111110111110100010110111001000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBB7B; }

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

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

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

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

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

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

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

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