#ADA28C

Color #ADA28C Napa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Napa #ADA28C

Tints of Napa #ADA28C

Color information

#ADA28C (or 0xADA28C) is unknown color: approx 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

RGB173162140-
CMYK00.060.190.32
HSL40º16.75%61.37%-
HSV(B)40º19.08%67.84%-
XYZ34.8936.6230.04-
YUV162.78115.14135.29-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316214000.060.190.324016.7561.37
HexADA28C06132028113d
Octal255242214062340502175
Binary10101101101000101000110001101001110000010100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>