#AEBF85

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

Shades of Caper #AEBF85

Tints of Caper #AEBF85

Color information

#AEBF85 (or 0xAEBF85) is unknown color: approx Caper. HEX triplet: AE, BF and 85. RGB value is (174,191,133). Sum of RGB (Red+Green+Blue) = 174+191+133=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF85 is #51407A. Grayscale: #B3B3B3. Windows color (decimal): -5324923 or 8765358. OLE color: 8765358.

HSL color Cylindrical-coordinate representation of color #AEBF85: hue angle of 77.59º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEBF85 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB174191133-
CMYK0.0900.300.25
HSL77.59º31.18%63.53%-
HSV(B)77.59º30.37%74.9%-
XYZ40.3247.9529.32-
YUV179.3101.87124.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=34.94%
G=38.35%
B=26.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911330.0900.300.2577.5931.1863.53
HexAEBF85901E194e1f40
Octal256277205110363111637100
Binary1010111010111111100001011001011110110011001110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF85; }

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

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

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

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

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

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

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

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