Html Css Color HEX #ADA18E Napa

📋 copy color: '#ADA18E'

red 173 ◦ green 161 ◦ blue 142

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

Shades of Napa #ADA18E

Tints of Napa #ADA18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.83%

R = 36.34%
G = 33.82%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA18E (or 0xADA18E) is known color: Napa. HEX triplet: AD, A1 and 8E. RGB value is (173,161,142). Sum of RGB (Red+Green+Blue) = 173+161+142=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18E is #525E71. Grayscale: #A2A2A2. Windows color (decimal): -5398130 or 9347501. OLE color: 9347501.

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

Color convert

RGB 173 161 142 -
CMYK 0 0.07 0.18 0.32
HSL 36.77º 0.16% 0.62% -
HSV(B) 36.77º 0.18% 0.68% -
XYZ 34.86 36.33 30.77 -
YUV 162.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 173 161 142 0 0.07 0.18 0.32 36.77 0.16 0.62
Hex AD A1 8E 0 7 12 20 25 10 3E
Octal 255 241 216 0 7 22 40 45 20 76
Binary 10101101 10100001 10001110 0 111 10010 100000 100101 10000 111110

Color Harmonies of #ADA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA18E

Black with #ADA18E

Text Example


Text Example

White with #ADA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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