#AEB293

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

Shades of Bud #AEB293

Tints of Bud #AEB293

Color information

#AEB293 (or 0xAEB293) is unknown color: approx Bud. HEX triplet: AE, B2 and 93. RGB value is (174,178,147). Sum of RGB (Red+Green+Blue) = 174+178+147=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB293 is #514D6C. Grayscale: #ADADAD. Windows color (decimal): -5328237 or 9679534. OLE color: 9679534.

HSL color Cylindrical-coordinate representation of color #AEB293: hue angle of 67.74º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEB293 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB174178147-
CMYK0.0200.170.30
HSL67.74º16.76%63.73%-
HSV(B)67.74º17.42%69.8%-
XYZ38.6442.9533.86-
YUV173.27113.17128.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 178 (69.92% from 255) = 35.67%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=34.87%
G=35.67%
B=29.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741781470.0200.170.3067.7416.7663.73
HexAEB29320111E441140
Octal25626222320213610421100
Binary10101110101100101001001110010001111101000100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB293; }

 p { color: rgb(174,178,147); }

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

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

 a { background-color: rgb(174,178,147); }

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

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

 span { border-color: rgb(174,178,147); }

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