Html Css Color HEX #ADA088 Napa

📋 copy color: '#ADA088'

red 173 ◦ green 160 ◦ blue 136

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

Shades of Napa #ADA088

Tints of Napa #ADA088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29%

R = 36.89%
G = 34.12%
B = 29%

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

#ADA088 (or 0xADA088) is known color: Napa. HEX triplet: AD, A0 and 88. RGB value is (173,160,136). Sum of RGB (Red+Green+Blue) = 173+160+136=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA088 is #525F77. Grayscale: #A1A1A1. Windows color (decimal): -5398392 or 8954029. OLE color: 8954029.

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

Color convert

RGB 173 160 136 -
CMYK 0 0.08 0.21 0.32
HSL 38.92º 0.18% 0.61% -
HSV(B) 38.92º 0.21% 0.68% -
XYZ 34.25 35.8 28.4 -
YUV 161.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 173 160 136 0 0.08 0.21 0.32 38.92 0.18 0.61
Hex AD A0 88 0 8 15 20 27 12 3D
Octal 255 240 210 0 10 25 40 47 22 75
Binary 10101101 10100000 10001000 0 1000 10101 100000 100111 10010 111101

Color Harmonies of #ADA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA088

Black with #ADA088

Text Example


Text Example

White with #ADA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA088; }

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

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

background-color css

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

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

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

border-color css

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

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

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