#AEB980

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

Shades of Caper #AEB980

Tints of Caper #AEB980

Color information

#AEB980 (or 0xAEB980) is unknown color: approx Caper. HEX triplet: AE, B9 and 80. RGB value is (174,185,128). Sum of RGB (Red+Green+Blue) = 174+185+128=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB980 is #51467F. Grayscale: #AFAFAF. Windows color (decimal): -5326464 or 8436142. OLE color: 8436142.

HSL color Cylindrical-coordinate representation of color #AEB980: hue angle of 71.58º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEB980 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB174185128-
CMYK0.0600.310.27
HSL71.58º28.93%61.37%-
HSV(B)71.58º30.81%72.55%-
XYZ38.745.2627.12-
YUV175.21101.36127.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=35.73%
G=37.99%
B=26.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851280.0600.310.2771.5828.9361.37
HexAEB980601F1B481d3d
Octal2562712006037331103575
Binary10101110101110011000000011001111111011100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB980; }

 p { color: rgb(174,185,128); }

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

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

 a { background-color: rgb(174,185,128); }

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

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

 span { border-color: rgb(174,185,128); }

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