#ADB08A

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

Shades of Bud #ADB08A

Tints of Bud #ADB08A

Color information

#ADB08A (or 0xADB08A) is unknown color: approx Bud. HEX triplet: AD, B0 and 8A. RGB value is (173,176,138). Sum of RGB (Red+Green+Blue) = 173+176+138=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB08A is #524F75. Grayscale: #AAAAAA. Windows color (decimal): -5394294 or 9089197. OLE color: 9089197.

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

Color convert

RGB173176138-
CMYK0.0200.220.31
HSL64.74º19.39%61.57%-
HSV(B)64.74º21.59%69.02%-
XYZ37.3541.7730.14-
YUV170.77109.51129.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=35.52%
G=36.14%
B=28.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761380.0200.220.3164.7419.3961.57
HexADB08A20161F41133e
Octal2552602122026371012376
Binary1010110110110000100010101001011011111100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB08A; }

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

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

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

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

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

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

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

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