#AEBF6F

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

Shades of Caper #AEBF6F

Tints of Caper #AEBF6F

Color information

#AEBF6F (or 0xAEBF6F) is unknown color: approx Caper. HEX triplet: AE, BF and 6F. RGB value is (174,191,111). Sum of RGB (Red+Green+Blue) = 174+191+111=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF6F is #514090. Grayscale: #B1B1B1. Windows color (decimal): -5324945 or 7323566. OLE color: 7323566.

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

Color convert

RGB174191111-
CMYK0.0900.420.25
HSL72.75º38.46%59.22%-
HSV(B)72.75º41.88%74.9%-
XYZ38.9647.4122.14-
YUV176.890.87126-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=36.55%
G=40.13%
B=23.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911110.0900.420.2572.7538.4659.22
HexAEBF6F902A1949263b
Octal25627715711052311114673
Binary1010111010111111110111110010101010110011001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF6F; }

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

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

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

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

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

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

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

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