#AEBD8D

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

Shades of Caper #AEBD8D

Tints of Caper #AEBD8D

Color information

#AEBD8D (or 0xAEBD8D) is unknown color: approx Caper. HEX triplet: AE, BD and 8D. RGB value is (174,189,141). Sum of RGB (Red+Green+Blue) = 174+189+141=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8D is #514272. Grayscale: #B3B3B3. Windows color (decimal): -5325427 or 9289134. OLE color: 9289134.

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

Color convert

RGB174189141-
CMYK0.0800.250.26
HSL78.75º26.67%64.71%-
HSV(B)78.75º25.4%74.12%-
XYZ40.4647.3232.2-
YUV179.04106.53124.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=34.52%
G=37.5%
B=27.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891410.0800.250.2678.7526.6764.71
HexAEBD8D80191A4f1b41
Octal256275215100313211733101
Binary1010111010111101100011011000011001110101001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD8D; }

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

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

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

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

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

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

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

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