#ADA18D

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

Shades of Napa #ADA18D

Tints of Napa #ADA18D

Color information

#ADA18D (or 0xADA18D) is unknown color: approx Napa. HEX triplet: AD, A1 and 8D. RGB value is (173,161,141). Sum of RGB (Red+Green+Blue) = 173+161+141=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18D is #525E72. Grayscale: #A2A2A2. Windows color (decimal): -5398131 or 9281965. OLE color: 9281965.

HSL color Cylindrical-coordinate representation of color #ADA18D: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA18D is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173161141-
CMYK00.070.180.32
HSL37.5º16.33%61.57%-
HSV(B)37.5º18.5%67.84%-
XYZ34.7936.330.37-
YUV162.31115.98135.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=36.42%
G=33.89%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316114100.070.180.3237.516.3361.57
HexADA18D07122026103e
Octal255241215072240462076
Binary10101101101000011000110101111001010000010011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA18D; }

 p { color: rgb(173,161,141); }

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

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

 a { background-color: rgb(173,161,141); }

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

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

 span { border-color: rgb(173,161,141); }

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