#ADB091

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

Shades of Bud #ADB091

Tints of Bud #ADB091

Color information

#ADB091 (or 0xADB091) is unknown color: approx Bud. HEX triplet: AD, B0 and 91. RGB value is (173,176,145). Sum of RGB (Red+Green+Blue) = 173+176+145=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB091 is #524F6E. Grayscale: #ABABAB. Windows color (decimal): -5394287 or 9547949. OLE color: 9547949.

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

Color convert

RGB173176145-
CMYK0.0200.180.31
HSL65.81º16.4%62.94%-
HSV(B)65.81º17.61%69.02%-
XYZ37.8741.9832.89-
YUV171.57113.01129.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=35.02%
G=35.63%
B=29.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761450.0200.180.3165.8116.462.94
HexADB09120121F42103f
Octal2552602212022371022077
Binary1010110110110000100100011001001011111100001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB091; }

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

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

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

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

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

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

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

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