#ADB38A

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

Shades of Bud #ADB38A

Tints of Bud #ADB38A

Color information

#ADB38A (or 0xADB38A) is unknown color: approx Bud. HEX triplet: AD, B3 and 8A. RGB value is (173,179,138). Sum of RGB (Red+Green+Blue) = 173+179+138=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB38A is #524C75. Grayscale: #ACACAC. Windows color (decimal): -5393526 or 9089965. OLE color: 9089965.

HSL color Cylindrical-coordinate representation of color #ADB38A: hue angle of 68.78º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB38A is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB173179138-
CMYK0.0300.230.30
HSL68.78º21.24%62.16%-
HSV(B)68.78º22.91%70.2%-
XYZ37.9442.9630.34-
YUV172.53108.51128.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=35.31%
G=36.53%
B=28.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731791380.0300.230.3068.7821.2462.16
HexADB38A30171E45153e
Octal2552632123027361052576
Binary1010110110110011100010101101011111110100010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB38A; }

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

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

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

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

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

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

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

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