#AEBD90

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

Shades of Caper #AEBD90

Tints of Caper #AEBD90

Color information

#AEBD90 (or 0xAEBD90) is unknown color: approx Caper. HEX triplet: AE, BD and 90. RGB value is (174,189,144). Sum of RGB (Red+Green+Blue) = 174+189+144=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD90 is #51426F. Grayscale: #B3B3B3. Windows color (decimal): -5325424 or 9485742. OLE color: 9485742.

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

Color convert

RGB174189144-
CMYK0.0800.240.26
HSL80º25.42%65.29%-
HSV(B)80º23.81%74.12%-
XYZ40.6947.4133.39-
YUV179.38108.03124.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.32%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=34.32%
G=37.28%
B=28.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891440.0800.240.268025.4265.29
HexAEBD9080181A501941
Octal256275220100303212031101
Binary1010111010111101100100001000011000110101010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD90; }

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

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

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

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

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

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

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

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