Html Css Color HEX #ADA289 Napa

📋 copy color: '#ADA289'

red 173 ◦ green 162 ◦ blue 137

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

Shades of Napa #ADA289

Tints of Napa #ADA289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 36.65%
G = 34.32%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#ADA289 (or 0xADA289) is known color: Napa. HEX triplet: AD, A2 and 89. RGB value is (173,162,137). Sum of RGB (Red+Green+Blue) = 173+162+137=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA289 is #525D76. Grayscale: #A2A2A2. Windows color (decimal): -5397879 or 9020077. OLE color: 9020077.

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

Color convert

RGB 173 162 137 -
CMYK 0 0.06 0.21 0.32
HSL 41.67º 0.18% 0.61% -
HSV(B) 41.67º 0.21% 0.68% -
XYZ 34.67 36.53 28.89 -
YUV 162.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 173 162 137 0 0.06 0.21 0.32 41.67 0.18 0.61
Hex AD A2 89 0 6 15 20 2A 12 3D
Octal 255 242 211 0 6 25 40 52 22 75
Binary 10101101 10100010 10001001 0 110 10101 100000 101010 10010 111101

Color Harmonies of #ADA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA289

Black with #ADA289

Text Example


Text Example

White with #ADA289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA289; }

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

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

background-color css

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

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

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

border-color css

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

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

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