#ADB093

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

Shades of Bud #ADB093

Tints of Bud #ADB093

Color information

#ADB093 (or 0xADB093) is unknown color: approx Bud. HEX triplet: AD, B0 and 93. RGB value is (173,176,147). Sum of RGB (Red+Green+Blue) = 173+176+147=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB093 is #524F6C. Grayscale: #ABABAB. Windows color (decimal): -5394285 or 9679021. OLE color: 9679021.

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

Color convert

RGB173176147-
CMYK0.0200.160.31
HSL66.21º15.51%63.33%-
HSV(B)66.21º16.48%69.02%-
XYZ38.0342.0433.71-
YUV171.8114.01128.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=34.88%
G=35.48%
B=29.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761470.0200.160.3166.2115.5163.33
HexADB09320101F42103f
Octal2552602232020371022077
Binary1010110110110000100100111001000011111100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB093; }

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

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

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

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

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

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

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

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