#AEB782

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

Shades of Caper #AEB782

Tints of Caper #AEB782

Color information

#AEB782 (or 0xAEB782) is unknown color: approx Caper. HEX triplet: AE, B7 and 82. RGB value is (174,183,130). Sum of RGB (Red+Green+Blue) = 174+183+130=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB782 is #51487D. Grayscale: #AEAEAE. Windows color (decimal): -5326974 or 8566702. OLE color: 8566702.

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

Color convert

RGB174183130-
CMYK0.0500.290.28
HSL70.19º26.9%61.37%-
HSV(B)70.19º28.96%71.76%-
XYZ38.4244.4827.68-
YUV174.27103.02127.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=35.73%
G=37.58%
B=26.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831300.0500.290.2870.1926.961.37
HexAEB782501D1C461b3d
Octal2562672025035341063375
Binary10101110101101111000001010101110111100100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB782; }

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

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

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

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

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

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

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

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