Html Css Color HEX #ADA18A Napa

📋 copy color: '#ADA18A'

red 173 ◦ green 161 ◦ blue 138

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

Shades of Napa #ADA18A

Tints of Napa #ADA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 36.65%
G = 34.11%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA18A (or 0xADA18A) is known color: Napa. HEX triplet: AD, A1 and 8A. RGB value is (173,161,138). Sum of RGB (Red+Green+Blue) = 173+161+138=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA18A is #525E75. Grayscale: #A2A2A2. Windows color (decimal): -5398134 or 9085357. OLE color: 9085357.

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

Color convert

RGB 173 161 138 -
CMYK 0 0.07 0.20 0.32
HSL 39.43º 0.18% 0.61% -
HSV(B) 39.43º 0.2% 0.68% -
XYZ 34.57 36.21 29.21 -
YUV 161.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 173 161 138 0 0.07 0.20 0.32 39.43 0.18 0.61
Hex AD A1 8A 0 7 14 20 27 12 3D
Octal 255 241 212 0 7 24 40 47 22 75
Binary 10101101 10100001 10001010 0 111 10100 100000 100111 10010 111101

Color Harmonies of #ADA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA18A

Black with #ADA18A

Text Example


Text Example

White with #ADA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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