Html Css Color HEX #ADA08D Napa

📋 copy color: '#ADA08D'

red 173 ◦ green 160 ◦ blue 141

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

Shades of Napa #ADA08D

Tints of Napa #ADA08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 36.5%
G = 33.76%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ADA08D (or 0xADA08D) is known color: Napa. HEX triplet: AD, A0 and 8D. RGB value is (173,160,141). Sum of RGB (Red+Green+Blue) = 173+160+141=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA08D is #525F72. Grayscale: #A1A1A1. Windows color (decimal): -5398387 or 9281709. OLE color: 9281709.

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

Color convert

RGB 173 160 141 -
CMYK 0 0.08 0.18 0.32
HSL 35.63º 0.16% 0.62% -
HSV(B) 35.63º 0.18% 0.68% -
XYZ 34.61 35.95 30.31 -
YUV 161.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 173 160 141 0 0.08 0.18 0.32 35.63 0.16 0.62
Hex AD A0 8D 0 8 12 20 24 10 3E
Octal 255 240 215 0 10 22 40 44 20 76
Binary 10101101 10100000 10001101 0 1000 10010 100000 100100 10000 111110

Color Harmonies of #ADA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA08D

Black with #ADA08D

Text Example


Text Example

White with #ADA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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