#AEBF7C

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

Shades of Caper #AEBF7C

Tints of Caper #AEBF7C

Color information

#AEBF7C (or 0xAEBF7C) is unknown color: approx Caper. HEX triplet: AE, BF and 7C. RGB value is (174,191,124). Sum of RGB (Red+Green+Blue) = 174+191+124=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF7C is #514083. Grayscale: #B2B2B2. Windows color (decimal): -5324932 or 8175534. OLE color: 8175534.

HSL color Cylindrical-coordinate representation of color #AEBF7C: hue angle of 75.22º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEBF7C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB174191124-
CMYK0.0900.350.25
HSL75.22º34.36%61.76%-
HSV(B)75.22º35.08%74.9%-
XYZ39.7247.7226.19-
YUV178.2897.37124.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=35.58%
G=39.06%
B=25.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911240.0900.350.2575.2234.3661.76
HexAEBF7C9023194b223e
Octal25627717411043311134276
Binary1010111010111111111110010010100011110011001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF7C; }

 p { color: rgb(174,191,124); }

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

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

 a { background-color: rgb(174,191,124); }

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

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

 span { border-color: rgb(174,191,124); }

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