#AEB777

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

Shades of Caper #AEB777

Tints of Caper #AEB777

Color information

#AEB777 (or 0xAEB777) is unknown color: approx Caper. HEX triplet: AE, B7 and 77. RGB value is (174,183,119). Sum of RGB (Red+Green+Blue) = 174+183+119=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB777 is #514888. Grayscale: #ADADAD. Windows color (decimal): -5326985 or 7845806. OLE color: 7845806.

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

Color convert

RGB174183119-
CMYK0.0500.350.28
HSL68.44º30.77%59.22%-
HSV(B)68.44º34.97%71.76%-
XYZ37.7244.224-
YUV173.0197.52128.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 119 (46.88% from 255) = 25%
R=36.55%
G=38.45%
B=25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831190.0500.350.2868.4430.7759.22
HexAEB77750231C441f3b
Octal2562671675043341043773
Binary10101110101101111110111101010001111100100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB777; }

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

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

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

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

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

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

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

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