#AEB481

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

Shades of Caper #AEB481

Tints of Caper #AEB481

Color information

#AEB481 (or 0xAEB481) is unknown color: approx Caper. HEX triplet: AE, B4 and 81. RGB value is (174,180,129). Sum of RGB (Red+Green+Blue) = 174+180+129=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB481 is #514B7E. Grayscale: #ACACAC. Windows color (decimal): -5327743 or 8500398. OLE color: 8500398.

HSL color Cylindrical-coordinate representation of color #AEB481: hue angle of 67.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEB481 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB174180129-
CMYK0.0300.280.29
HSL67.06º25.37%60.59%-
HSV(B)67.06º28.33%70.59%-
XYZ37.7443.2327.12-
YUV172.39103.51129.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=36.02%
G=37.27%
B=26.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801290.0300.280.2967.0625.3760.59
HexAEB481301C1D43193d
Octal2562642013034351033175
Binary1010111010110100100000011101110011101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB481; }

 p { color: rgb(174,180,129); }

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

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

 a { background-color: rgb(174,180,129); }

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

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

 span { border-color: rgb(174,180,129); }

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