#AEB68A

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

Shades of Caper #AEB68A

Tints of Caper #AEB68A

Color information

#AEB68A (or 0xAEB68A) is unknown color: approx Caper. HEX triplet: AE, B6 and 8A. RGB value is (174,182,138). Sum of RGB (Red+Green+Blue) = 174+182+138=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB68A is #514975. Grayscale: #AEAEAE. Windows color (decimal): -5327222 or 9090734. OLE color: 9090734.

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

Color convert

RGB174182138-
CMYK0.0400.240.29
HSL70.91º23.16%62.75%-
HSV(B)70.91º24.18%71.37%-
XYZ38.7744.2930.55-
YUV174.59107.35127.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=35.22%
G=36.84%
B=27.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821380.0400.240.2970.9123.1662.75
HexAEB68A40181D47173f
Octal2562662124030351072777
Binary10101110101101101000101010001100011101100011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB68A; }

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

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

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

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

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

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

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

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