#AEBD8A

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

Shades of Caper #AEBD8A

Tints of Caper #AEBD8A

Color information

#AEBD8A (or 0xAEBD8A) is unknown color: approx Caper. HEX triplet: AE, BD and 8A. RGB value is (174,189,138). Sum of RGB (Red+Green+Blue) = 174+189+138=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8A is #514275. Grayscale: #B2B2B2. Windows color (decimal): -5325430 or 9092526. OLE color: 9092526.

HSL color Cylindrical-coordinate representation of color #AEBD8A: hue angle of 77.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEBD8A is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB174189138-
CMYK0.0800.270.26
HSL77.65º27.87%64.12%-
HSV(B)77.65º26.98%74.12%-
XYZ40.2447.2331.04-
YUV178.7105.03124.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=34.73%
G=37.72%
B=27.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891380.0800.270.2677.6527.8764.12
HexAEBD8A801B1A4e1c40
Octal256275212100333211634100
Binary1010111010111101100010101000011011110101001110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD8A; }

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

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

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

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

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

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

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

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