Html Css Color HEX #ADA190 Napa

📋 copy color: '#ADA190'

red 173 ◦ green 161 ◦ blue 144

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

Shades of Napa #ADA190

Tints of Napa #ADA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 36.19%
G = 33.68%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#ADA190 (or 0xADA190) is known color: Napa. HEX triplet: AD, A1 and 90. RGB value is (173,161,144). Sum of RGB (Red+Green+Blue) = 173+161+144=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA190 is #525E6F. Grayscale: #A2A2A2. Windows color (decimal): -5398128 or 9478573. OLE color: 9478573.

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

Color convert

RGB 173 161 144 -
CMYK 0 0.07 0.17 0.32
HSL 35.17º 0.15% 0.62% -
HSV(B) 35.17º 0.17% 0.68% -
XYZ 35.01 36.39 31.56 -
YUV 162.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 173 161 144 0 0.07 0.17 0.32 35.17 0.15 0.62
Hex AD A1 90 0 7 11 20 23 F 3E
Octal 255 241 220 0 7 21 40 43 17 76
Binary 10101101 10100001 10010000 0 111 10001 100000 100011 1111 111110

Color Harmonies of #ADA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA190

Black with #ADA190

Text Example


Text Example

White with #ADA190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA190; }

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

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

background-color css

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

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

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

border-color css

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

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

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