#ADB48A

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

Shades of Bud #ADB48A

Tints of Bud #ADB48A

Color information

#ADB48A (or 0xADB48A) is unknown color: approx Bud. HEX triplet: AD, B4 and 8A. RGB value is (173,180,138). Sum of RGB (Red+Green+Blue) = 173+180+138=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48A is #524B75. Grayscale: #ADADAD. Windows color (decimal): -5393270 or 9090221. OLE color: 9090221.

HSL color Cylindrical-coordinate representation of color #ADB48A: hue angle of 70º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB48A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB173180138-
CMYK0.0400.230.29
HSL70º21.88%62.35%-
HSV(B)70º23.33%70.59%-
XYZ38.1443.3630.4-
YUV173.12108.18127.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=35.23%
G=36.66%
B=28.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801380.0400.230.297021.8862.35
HexADB48A40171D46163e
Octal2552642124027351062676
Binary10101101101101001000101010001011111101100011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB48A; }

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

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

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

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

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

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

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

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