#AEB684

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

Shades of Caper #AEB684

Tints of Caper #AEB684

Color information

#AEB684 (or 0xAEB684) is unknown color: approx Caper. HEX triplet: AE, B6 and 84. RGB value is (174,182,132). Sum of RGB (Red+Green+Blue) = 174+182+132=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB684 is #51497B. Grayscale: #AEAEAE. Windows color (decimal): -5327228 or 8697518. OLE color: 8697518.

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

Color convert

RGB174182132-
CMYK0.0400.270.29
HSL69.6º25.51%61.57%-
HSV(B)69.6º27.47%71.37%-
XYZ38.3544.1228.32-
YUV173.91104.35128.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=35.66%
G=37.30%
B=27.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741821320.0400.270.2969.625.5161.57
HexAEB684401B1D461a3e
Octal2562662044033351063276
Binary10101110101101101000010010001101111101100011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB684; }

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

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

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

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

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

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

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

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