#AEBF8B

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

Shades of Caper #AEBF8B

Tints of Caper #AEBF8B

Color information

#AEBF8B (or 0xAEBF8B) is unknown color: approx Caper. HEX triplet: AE, BF and 8B. RGB value is (174,191,139). Sum of RGB (Red+Green+Blue) = 174+191+139=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF8B is #514074. Grayscale: #B4B4B4. Windows color (decimal): -5324917 or 9158574. OLE color: 9158574.

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

Color convert

RGB174191139-
CMYK0.0900.270.25
HSL79.62º28.89%64.71%-
HSV(B)79.62º27.23%74.9%-
XYZ40.7548.1231.57-
YUV179.99104.87123.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=34.52%
G=37.90%
B=27.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911390.0900.270.2579.6228.8964.71
HexAEBF8B901B19501d41
Octal256277213110333112035101
Binary1010111010111111100010111001011011110011010000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF8B; }

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

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

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

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

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

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

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

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