#AEBF74

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

Shades of Caper #AEBF74

Tints of Caper #AEBF74

Color information

#AEBF74 (or 0xAEBF74) is unknown color: approx Caper. HEX triplet: AE, BF and 74. RGB value is (174,191,116). Sum of RGB (Red+Green+Blue) = 174+191+116=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBF74 is #51408B. Grayscale: #B1B1B1. Windows color (decimal): -5324940 or 7651246. OLE color: 7651246.

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

Color convert

RGB174191116-
CMYK0.0900.390.25
HSL73.6º36.95%60.2%-
HSV(B)73.6º39.27%74.9%-
XYZ39.2447.5223.63-
YUV177.3793.37125.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=36.17%
G=39.71%
B=24.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911160.0900.390.2573.636.9560.2
HexAEBF749027194a253c
Octal25627716411047311124574
Binary1010111010111111111010010010100111110011001010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBF74; }

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

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

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

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

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

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

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

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