Html Css Color HEX #ADA185 Napa

📋 copy color: '#ADA185'

red 173 ◦ green 161 ◦ blue 133

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

Shades of Napa #ADA185

Tints of Napa #ADA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 37.04%
G = 34.48%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#ADA185 (or 0xADA185) is known color: Napa. HEX triplet: AD, A1 and 85. RGB value is (173,161,133). Sum of RGB (Red+Green+Blue) = 173+161+133=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA185 is #525E7A. Grayscale: #A1A1A1. Windows color (decimal): -5398139 or 8757677. OLE color: 8757677.

HSL color Cylindrical-coordinate representation of color #ADA185: hue angle of 42º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADA185 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 161 133 -
CMYK 0 0.07 0.23 0.32
HSL 42º 0.2% 0.6% -
HSV(B) 42º 0.23% 0.68% -
XYZ 34.21 36.07 27.35 -
YUV 161.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 173 161 133 0 0.07 0.23 0.32 42 0.2 0.6
Hex AD A1 85 0 7 17 20 2A 14 3C
Octal 255 241 205 0 7 27 40 52 24 74
Binary 10101101 10100001 10000101 0 111 10111 100000 101010 10100 111100

Color Harmonies of #ADA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA185

Black with #ADA185

Text Example


Text Example

White with #ADA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA185; }

 p { color: rgb(173,161,133); }

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

background-color css

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

 a { background-color: rgb(173,161,133); }

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

border-color css

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

 span { border-color: rgb(173,161,133); }

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