Html Css Color HEX #ADA18B Napa

📋 copy color: '#ADA18B'

red 173 ◦ green 161 ◦ blue 139

#ADA18B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Napa #ADA18B

Tints of Napa #ADA18B

RGB

 RED value IS 173 (67.97% from 255) = 36.58%

 GREEN value IS 161 (63.28% from 255) = 34.04%

 BLUE value IS 139 (54.69% from 255) = 29.39%

R = 36.58%
G = 34.04%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA18B (or 0xADA18B) is known color: Napa. HEX triplet: AD, A1 and 8B. RGB value is (173,161,139). Sum of RGB (Red+Green+Blue) = 173+161+139=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18B is #525E74. Grayscale: #A2A2A2. Windows color (decimal): -5398133 or 9150893. OLE color: 9150893.

HSL color Cylindrical-coordinate representation of color #ADA18B: hue angle of 38.82º 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 #ADA18B is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 139 -
CMYK 0 0.07 0.20 0.32
HSL 38.82º 0.17% 0.61% -
HSV(B) 38.82º 0.2% 0.68% -
XYZ 34.64 36.24 29.6 -
YUV 162.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 173 161 139 0 0.07 0.20 0.32 38.82 0.17 0.61
Hex AD A1 8B 0 7 14 20 27 11 3D
Octal 255 241 213 0 7 24 40 47 21 75
Binary 10101101 10100001 10001011 0 111 10100 100000 100111 10001 111101

Color Harmonies of #ADA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA18B

Black with #ADA18B

Text Example


Text Example

White with #ADA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA18B; }

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

 H1.HeaderClassName
 {
   color: #ADA18B;
 }
 .AnyTagClassName
 {
   color: #ADA18B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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