#AEBF79

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

Shades of Caper #AEBF79

Tints of Caper #AEBF79

Color information

#AEBF79 (or 0xAEBF79) is unknown color: approx Caper. HEX triplet: AE, BF and 79. RGB value is (174,191,121). Sum of RGB (Red+Green+Blue) = 174+191+121=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF79 is #514086. Grayscale: #B2B2B2. Windows color (decimal): -5324935 or 7978926. OLE color: 7978926.

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

Color convert

RGB174191121-
CMYK0.0900.370.25
HSL74.57º35.35%61.18%-
HSV(B)74.57º36.65%74.9%-
XYZ39.5447.6425.2-
YUV177.9495.87125.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=35.80%
G=39.30%
B=24.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911210.0900.370.2574.5735.3561.18
HexAEBF799025194b233d
Octal25627717111045311134375
Binary1010111010111111111100110010100101110011001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF79; }

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

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

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

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

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

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

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

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