#AEB97B

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

Shades of Caper #AEB97B

Tints of Caper #AEB97B

Color information

#AEB97B (or 0xAEB97B) is unknown color: approx Caper. HEX triplet: AE, B9 and 7B. RGB value is (174,185,123). Sum of RGB (Red+Green+Blue) = 174+185+123=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB97B is #514684. Grayscale: #AEAEAE. Windows color (decimal): -5326469 or 8108462. OLE color: 8108462.

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

Color convert

RGB174185123-
CMYK0.0600.340.27
HSL70.65º30.69%60.39%-
HSV(B)70.65º33.51%72.55%-
XYZ38.3845.1325.43-
YUV174.6498.86127.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.10%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 123 (48.44% from 255) = 25.52%
R=36.10%
G=38.38%
B=25.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851230.0600.340.2770.6530.6960.39
HexAEB97B60221B471f3c
Octal2562711736042331073774
Binary10101110101110011111011110010001011011100011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB97B; }

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

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

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

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

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

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

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

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