#AEB78C

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

Shades of Caper #AEB78C

Tints of Caper #AEB78C

Color information

#AEB78C (or 0xAEB78C) is unknown color: approx Caper. HEX triplet: AE, B7 and 8C. RGB value is (174,183,140). Sum of RGB (Red+Green+Blue) = 174+183+140=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB78C is #514873. Grayscale: #AFAFAF. Windows color (decimal): -5326964 or 9222062. OLE color: 9222062.

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

Color convert

RGB174183140-
CMYK0.0500.230.28
HSL72.56º22.99%63.33%-
HSV(B)72.56º23.5%71.76%-
XYZ39.1244.7631.39-
YUV175.41108.02127-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 28.17%
R=35.01%
G=36.82%
B=28.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831400.0500.230.2872.5622.9963.33
HexAEB78C50171C49173f
Octal2562672145027341112777
Binary10101110101101111000110010101011111100100100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB78C; }

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

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

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

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

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

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

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

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