Html Css Color HEX #ADA186 Napa

📋 copy color: '#ADA186'

red 173 ◦ green 161 ◦ blue 134

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

Shades of Napa #ADA186

Tints of Napa #ADA186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 36.97%
G = 34.4%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#ADA186 (or 0xADA186) is known color: Napa. HEX triplet: AD, A1 and 86. RGB value is (173,161,134). Sum of RGB (Red+Green+Blue) = 173+161+134=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA186 is #525E79. Grayscale: #A1A1A1. Windows color (decimal): -5398138 or 8823213. OLE color: 8823213.

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

Color convert

RGB 173 161 134 -
CMYK 0 0.07 0.23 0.32
HSL 41.54º 0.19% 0.6% -
HSV(B) 41.54º 0.23% 0.68% -
XYZ 34.28 36.1 27.71 -
YUV 161.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 173 161 134 0 0.07 0.23 0.32 41.54 0.19 0.6
Hex AD A1 86 0 7 17 20 2A 13 3C
Octal 255 241 206 0 7 27 40 52 23 74
Binary 10101101 10100001 10000110 0 111 10111 100000 101010 10011 111100

Color Harmonies of #ADA186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA186

Black with #ADA186

Text Example


Text Example

White with #ADA186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA186; }

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

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

background-color css

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

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

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

border-color css

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

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

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