#ADB193

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

Shades of Bud #ADB193

Tints of Bud #ADB193

Color information

#ADB193 (or 0xADB193) is unknown color: approx Bud. HEX triplet: AD, B1 and 93. RGB value is (173,177,147). Sum of RGB (Red+Green+Blue) = 173+177+147=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB193 is #524E6C. Grayscale: #ACACAC. Windows color (decimal): -5394029 or 9679277. OLE color: 9679277.

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

Color convert

RGB173177147-
CMYK0.0200.170.31
HSL68º16.13%63.53%-
HSV(B)68º16.95%69.41%-
XYZ38.2242.4433.78-
YUV172.38113.67128.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=34.81%
G=35.61%
B=29.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771470.0200.170.316816.1363.53
HexADB19320111F441040
Octal25526122320213710420100
Binary10101101101100011001001110010001111111000100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB193; }

 p { color: rgb(173,177,147); }

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

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

 a { background-color: rgb(173,177,147); }

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

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

 span { border-color: rgb(173,177,147); }

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