#ADA08B

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

Shades of Napa #ADA08B

Tints of Napa #ADA08B

Color information

#ADA08B (or 0xADA08B) is unknown color: approx Napa. HEX triplet: AD, A0 and 8B. RGB value is (173,160,139). Sum of RGB (Red+Green+Blue) = 173+160+139=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA08B is #525F74. Grayscale: #A1A1A1. Windows color (decimal): -5398389 or 9150637. OLE color: 9150637.

HSL color Cylindrical-coordinate representation of color #ADA08B: hue angle of 37.06º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA08B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB173160139-
CMYK00.080.200.32
HSL37.06º17.17%61.18%-
HSV(B)37.06º19.65%67.84%-
XYZ34.4635.8929.54-
YUV161.49115.31136.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 139 (54.69% from 255) = 29.45%
R=36.65%
G=33.90%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316013900.080.200.3237.0617.1761.18
HexADA08B08142025113d
Octal2552402130102440452175
Binary101011011010000010001011010001010010000010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA08B; }

 p { color: rgb(173,160,139); }

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

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

 a { background-color: rgb(173,160,139); }

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

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

 span { border-color: rgb(173,160,139); }

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