Html Css Color HEX #ADA28C Napa

📋 copy color: '#ADA28C'

red 173 ◦ green 162 ◦ blue 140

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

Shades of Napa #ADA28C

Tints of Napa #ADA28C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.11%

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

R = 36.42%
G = 34.11%
B = 29.47%

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

#ADA28C (or 0xADA28C) is known color: Napa. HEX triplet: AD, A2 and 8C. RGB value is (173,162,140). Sum of RGB (Red+Green+Blue) = 173+162+140=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28C is #525D73. Grayscale: #A2A2A2. Windows color (decimal): -5397876 or 9216685. OLE color: 9216685.

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

Color convert

RGB 173 162 140 -
CMYK 0 0.06 0.19 0.32
HSL 40º 0.17% 0.61% -
HSV(B) 40º 0.19% 0.68% -
XYZ 34.89 36.62 30.04 -
YUV 162.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 173 162 140 0 0.06 0.19 0.32 40 0.17 0.61
Hex AD A2 8C 0 6 13 20 28 11 3D
Octal 255 242 214 0 6 23 40 50 21 75
Binary 10101101 10100010 10001100 0 110 10011 100000 101000 10001 111101

Color Harmonies of #ADA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA28C

Black with #ADA28C

Text Example


Text Example

White with #ADA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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