#AEB482

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

Shades of Caper #AEB482

Tints of Caper #AEB482

Color information

#AEB482 (or 0xAEB482) is unknown color: approx Caper. HEX triplet: AE, B4 and 82. RGB value is (174,180,130). Sum of RGB (Red+Green+Blue) = 174+180+130=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB482 is #514B7D. Grayscale: #ACACAC. Windows color (decimal): -5327742 or 8565934. OLE color: 8565934.

HSL color Cylindrical-coordinate representation of color #AEB482: hue angle of 67.2º 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 #AEB482 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB174180130-
CMYK0.0300.280.29
HSL67.2º25%60.78%-
HSV(B)67.2º27.78%70.59%-
XYZ37.8143.2527.48-
YUV172.51104.01129.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.95%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=35.95%
G=37.19%
B=26.86%

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
Decimal1741801300.0300.280.2967.22560.78
HexAEB482301C1D43193d
Octal2562642023034351033175
Binary1010111010110100100000101101110011101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB482; }

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

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

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

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

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

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

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

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