#AEBD81

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

Shades of Caper #AEBD81

Tints of Caper #AEBD81

Color information

#AEBD81 (or 0xAEBD81) is unknown color: approx Caper. HEX triplet: AE, BD and 81. RGB value is (174,189,129). Sum of RGB (Red+Green+Blue) = 174+189+129=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD81 is #51427E. Grayscale: #B1B1B1. Windows color (decimal): -5325439 or 8502702. OLE color: 8502702.

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

Color convert

RGB174189129-
CMYK0.0800.320.26
HSL75º31.25%62.35%-
HSV(B)75º31.75%74.12%-
XYZ39.6246.9827.75-
YUV177.68100.53125.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=35.37%
G=38.41%
B=26.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891290.0800.320.267531.2562.35
HexAEBD8180201A4b1f3e
Octal25627520110040321133776
Binary1010111010111101100000011000010000011010100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD81; }

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

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

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

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

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

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

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

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