#AEB970

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

Shades of Caper #AEB970

Tints of Caper #AEB970

Color information

#AEB970 (or 0xAEB970) is unknown color: approx Caper. HEX triplet: AE, B9 and 70. RGB value is (174,185,112). Sum of RGB (Red+Green+Blue) = 174+185+112=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB970 is #51468F. Grayscale: #ADADAD. Windows color (decimal): -5326480 or 7387566. OLE color: 7387566.

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

Color convert

RGB174185112-
CMYK0.0600.390.27
HSL69.04º34.27%58.24%-
HSV(B)69.04º39.46%72.55%-
XYZ37.7344.8722-
YUV173.3993.36128.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=36.94%
G=39.28%
B=23.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851120.0600.390.2769.0434.2758.24
HexAEB97060271B45223a
Octal2562711606047331054272
Binary101011101011100111100001100100111110111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB970; }

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

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

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

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

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

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

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

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