#AEB976

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

Shades of Caper #AEB976

Tints of Caper #AEB976

Color information

#AEB976 (or 0xAEB976) is unknown color: approx Caper. HEX triplet: AE, B9 and 76. RGB value is (174,185,118). Sum of RGB (Red+Green+Blue) = 174+185+118=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB976 is #514689. Grayscale: #AEAEAE. Windows color (decimal): -5326474 or 7780782. OLE color: 7780782.

HSL color Cylindrical-coordinate representation of color #AEB976: hue angle of 69.85º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEB976 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB174185118-
CMYK0.0600.360.27
HSL69.85º32.37%59.41%-
HSV(B)69.85º36.22%72.55%-
XYZ38.074523.82-
YUV174.0796.36127.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=36.48%
G=38.78%
B=24.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851180.0600.360.2769.8532.3759.41
HexAEB97660241B46203b
Octal2562711666044331064073
Binary101011101011100111101101100100100110111000110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB976; }

 p { color: rgb(174,185,118); }

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

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

 a { background-color: rgb(174,185,118); }

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

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

 span { border-color: rgb(174,185,118); }

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