Html Css Color HEX #ADA08C Napa

📋 copy color: '#ADA08C'

red 173 ◦ green 160 ◦ blue 140

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

Shades of Napa #ADA08C

Tints of Napa #ADA08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.83%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 36.58%
G = 33.83%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ADA08C (or 0xADA08C) is known color: Napa. HEX triplet: AD, A0 and 8C. RGB value is (173,160,140). Sum of RGB (Red+Green+Blue) = 173+160+140=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA08C is #525F73. Grayscale: #A1A1A1. Windows color (decimal): -5398388 or 9216173. OLE color: 9216173.

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

Color convert

RGB 173 160 140 -
CMYK 0 0.08 0.19 0.32
HSL 36.36º 0.17% 0.61% -
HSV(B) 36.36º 0.19% 0.68% -
XYZ 34.54 35.92 29.92 -
YUV 161.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 173 160 140 0 0.08 0.19 0.32 36.36 0.17 0.61
Hex AD A0 8C 0 8 13 20 24 11 3D
Octal 255 240 214 0 10 23 40 44 21 75
Binary 10101101 10100000 10001100 0 1000 10011 100000 100100 10001 111101

Color Harmonies of #ADA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA08C

Black with #ADA08C

Text Example


Text Example

White with #ADA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA08C; }

 p { color: rgb(173,160,140); }

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

background-color css

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

 a { background-color: rgb(173,160,140); }

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

border-color css

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

 span { border-color: rgb(173,160,140); }

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