#AEBF76

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

Shades of Caper #AEBF76

Tints of Caper #AEBF76

Color information

#AEBF76 (or 0xAEBF76) is unknown color: approx Caper. HEX triplet: AE, BF and 76. RGB value is (174,191,118). Sum of RGB (Red+Green+Blue) = 174+191+118=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF76 is #514089. Grayscale: #B1B1B1. Windows color (decimal): -5324938 or 7782318. OLE color: 7782318.

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

Color convert

RGB174191118-
CMYK0.0900.380.25
HSL73.97º36.32%60.59%-
HSV(B)73.97º38.22%74.9%-
XYZ39.3647.5724.25-
YUV177.5994.37125.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=36.02%
G=39.54%
B=24.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911180.0900.380.2573.9736.3260.59
HexAEBF769026194a243d
Octal25627716611046311124475
Binary1010111010111111111011010010100110110011001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF76; }

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

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

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

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

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

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

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

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