#AEB68C

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

Shades of Caper #AEB68C

Tints of Caper #AEB68C

Color information

#AEB68C (or 0xAEB68C) is unknown color: approx Caper. HEX triplet: AE, B6 and 8C. RGB value is (174,182,140). Sum of RGB (Red+Green+Blue) = 174+182+140=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB68C is #514973. Grayscale: #AEAEAE. Windows color (decimal): -5327220 or 9221806. OLE color: 9221806.

HSL color Cylindrical-coordinate representation of color #AEB68C: hue angle of 71.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEB68C is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB174182140-
CMYK0.0400.230.29
HSL71.43º22.34%63.14%-
HSV(B)71.43º23.08%71.37%-
XYZ38.9244.3531.32-
YUV174.82108.35127.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=35.08%
G=36.69%
B=28.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821400.0400.230.2971.4322.3463.14
HexAEB68C40171D47163f
Octal2562662144027351072677
Binary10101110101101101000110010001011111101100011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB68C; }

 p { color: rgb(174,182,140); }

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

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

 a { background-color: rgb(174,182,140); }

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

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

 span { border-color: rgb(174,182,140); }

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