#AEB483

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

Shades of Caper #AEB483

Tints of Caper #AEB483

Color information

#AEB483 (or 0xAEB483) is unknown color: approx Caper. HEX triplet: AE, B4 and 83. RGB value is (174,180,131). Sum of RGB (Red+Green+Blue) = 174+180+131=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB483 is #514B7C. Grayscale: #ACACAC. Windows color (decimal): -5327741 or 8631470. OLE color: 8631470.

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

Color convert

RGB174180131-
CMYK0.0300.270.29
HSL67.35º24.62%60.98%-
HSV(B)67.35º27.22%70.59%-
XYZ37.8743.2827.83-
YUV172.62104.51128.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=35.88%
G=37.11%
B=27.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801310.0300.270.2967.3524.6260.98
HexAEB483301B1D43193d
Octal2562642033033351033175
Binary1010111010110100100000111101101111101100001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB483; }

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

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

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

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

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

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

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

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