#ADAE88

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

Shades of Bud #ADAE88

Tints of Bud #ADAE88

Color information

#ADAE88 (or 0xADAE88) is unknown color: approx Bud. HEX triplet: AD, AE and 88. RGB value is (173,174,136). Sum of RGB (Red+Green+Blue) = 173+174+136=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAE88 is #525177. Grayscale: #A9A9A9. Windows color (decimal): -5394808 or 8957613. OLE color: 8957613.

HSL color Cylindrical-coordinate representation of color #ADAE88: hue angle of 61.58º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAE88 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB173174136-
CMYK0.0100.220.32
HSL61.58º19%60.78%-
HSV(B)61.58º21.84%68.24%-
XYZ36.8140.9329.25-
YUV169.37109.17130.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=35.82%
G=36.02%
B=28.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731741360.0100.220.3261.581960.78
HexADAE881016203e133d
Octal255256210102640762375
Binary101011011010111010001000101011010000011111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAE88; }

 p { color: rgb(173,174,136); }

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

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

 a { background-color: rgb(173,174,136); }

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

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

 span { border-color: rgb(173,174,136); }

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