#AEB77E

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

Shades of Caper #AEB77E

Tints of Caper #AEB77E

Color information

#AEB77E (or 0xAEB77E) is unknown color: approx Caper. HEX triplet: AE, B7 and 7E. RGB value is (174,183,126). Sum of RGB (Red+Green+Blue) = 174+183+126=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB77E is #514881. Grayscale: #AEAEAE. Windows color (decimal): -5326978 or 8304558. OLE color: 8304558.

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

Color convert

RGB174183126-
CMYK0.0500.310.28
HSL69.47º28.36%60.59%-
HSV(B)69.47º31.15%71.76%-
XYZ38.1544.3726.29-
YUV173.81101.02128.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.02%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=36.02%
G=37.89%
B=26.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831260.0500.310.2869.4728.3660.59
HexAEB77E501F1C451c3d
Octal2562671765037341053475
Binary1010111010110111111111010101111111100100010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB77E; }

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

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

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

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

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

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

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

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