Html Css Color HEX #ADA38C Napa

📋 copy color: '#ADA38C'

red 173 ◦ green 163 ◦ blue 140

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

Shades of Napa #ADA38C

Tints of Napa #ADA38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 36.34%
G = 34.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ADA38C (or 0xADA38C) is known color: Napa. HEX triplet: AD, A3 and 8C. RGB value is (173,163,140). Sum of RGB (Red+Green+Blue) = 173+163+140=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38C is #525C73. Grayscale: #A3A3A3. Windows color (decimal): -5397620 or 9216941. OLE color: 9216941.

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

Color convert

RGB 173 163 140 -
CMYK 0 0.06 0.19 0.32
HSL 41.82º 0.17% 0.61% -
HSV(B) 41.82º 0.19% 0.68% -
XYZ 35.06 36.97 30.1 -
YUV 163.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 173 163 140 0 0.06 0.19 0.32 41.82 0.17 0.61
Hex AD A3 8C 0 6 13 20 2A 11 3D
Octal 255 243 214 0 6 23 40 52 21 75
Binary 10101101 10100011 10001100 0 110 10011 100000 101010 10001 111101

Color Harmonies of #ADA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA38C

Black with #ADA38C

Text Example


Text Example

White with #ADA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA38C; }

 p { color: rgb(173,163,140); }

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

background-color css

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

 a { background-color: rgb(173,163,140); }

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

border-color css

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

 span { border-color: rgb(173,163,140); }

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