Html Css Color HEX #ADA089 Napa

📋 copy color: '#ADA089'

red 173 ◦ green 160 ◦ blue 137

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

Shades of Napa #ADA089

Tints of Napa #ADA089

RGB

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

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

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

R = 36.81%
G = 34.04%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#ADA089 (or 0xADA089) is known color: Napa. HEX triplet: AD, A0 and 89. RGB value is (173,160,137). Sum of RGB (Red+Green+Blue) = 173+160+137=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA089 is #525F76. Grayscale: #A1A1A1. Windows color (decimal): -5398391 or 9019565. OLE color: 9019565.

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

Color convert

RGB 173 160 137 -
CMYK 0 0.08 0.21 0.32
HSL 38.33º 0.18% 0.61% -
HSV(B) 38.33º 0.21% 0.68% -
XYZ 34.32 35.83 28.77 -
YUV 161.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 160 137 0 0.08 0.21 0.32 38.33 0.18 0.61
Hex AD A0 89 0 8 15 20 26 12 3D
Octal 255 240 211 0 10 25 40 46 22 75
Binary 10101101 10100000 10001001 0 1000 10101 100000 100110 10010 111101

Color Harmonies of #ADA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA089

Black with #ADA089

Text Example


Text Example

White with #ADA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA089; }

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

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

background-color css

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

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

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

border-color css

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

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

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