Html Css Color HEX #ADA286 Napa

📋 copy color: '#ADA286'

red 173 ◦ green 162 ◦ blue 134

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

Shades of Napa #ADA286

Tints of Napa #ADA286

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.54%

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

R = 36.89%
G = 34.54%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#ADA286 (or 0xADA286) is known color: Napa. HEX triplet: AD, A2 and 86. RGB value is (173,162,134). Sum of RGB (Red+Green+Blue) = 173+162+134=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA286 is #525D79. Grayscale: #A2A2A2. Windows color (decimal): -5397882 or 8823469. OLE color: 8823469.

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

Color convert

RGB 173 162 134 -
CMYK 0 0.06 0.23 0.32
HSL 43.08º 0.19% 0.6% -
HSV(B) 43.08º 0.23% 0.68% -
XYZ 34.46 36.45 27.77 -
YUV 162.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 173 162 134 0 0.06 0.23 0.32 43.08 0.19 0.6
Hex AD A2 86 0 6 17 20 2B 13 3C
Octal 255 242 206 0 6 27 40 53 23 74
Binary 10101101 10100010 10000110 0 110 10111 100000 101011 10011 111100

Color Harmonies of #ADA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA286

Black with #ADA286

Text Example


Text Example

White with #ADA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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