#AEB78B

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

Shades of Caper #AEB78B

Tints of Caper #AEB78B

Color information

#AEB78B (or 0xAEB78B) is unknown color: approx Caper. HEX triplet: AE, B7 and 8B. RGB value is (174,183,139). Sum of RGB (Red+Green+Blue) = 174+183+139=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB78B is #514874. Grayscale: #AFAFAF. Windows color (decimal): -5326965 or 9156526. OLE color: 9156526.

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

Color convert

RGB174183139-
CMYK0.0500.240.28
HSL72.27º23.4%63.14%-
HSV(B)72.27º24.04%71.76%-
XYZ39.0544.7331-
YUV175.29107.52127.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 139 (54.69% from 255) = 28.02%
R=35.08%
G=36.90%
B=28.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831390.0500.240.2872.2723.463.14
HexAEB78B50181C48173f
Octal2562672135030341102777
Binary10101110101101111000101110101100011100100100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB78B; }

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

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

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

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

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

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

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

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