#AEBD83

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

Shades of Caper #AEBD83

Tints of Caper #AEBD83

Color information

#AEBD83 (or 0xAEBD83) is unknown color: approx Caper. HEX triplet: AE, BD and 83. RGB value is (174,189,131). Sum of RGB (Red+Green+Blue) = 174+189+131=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD83 is #51427C. Grayscale: #B2B2B2. Windows color (decimal): -5325437 or 8633774. OLE color: 8633774.

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

Color convert

RGB174189131-
CMYK0.0800.310.26
HSL75.52º30.53%62.75%-
HSV(B)75.52º30.69%74.12%-
XYZ39.7547.0328.46-
YUV177.9101.53125.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 131 (51.56% from 255) = 26.52%
R=35.22%
G=38.26%
B=26.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891310.0800.310.2675.5230.5362.75
HexAEBD83801F1A4c1f3f
Octal25627520310037321143777
Binary101011101011110110000011100001111111010100110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD83; }

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

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

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

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

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

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

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

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