#ADA28E

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

Shades of Napa #ADA28E

Tints of Napa #ADA28E

Color information

#ADA28E (or 0xADA28E) is unknown color: approx Napa. HEX triplet: AD, A2 and 8E. RGB value is (173,162,142). Sum of RGB (Red+Green+Blue) = 173+162+142=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28E is #525D71. Grayscale: #A3A3A3. Windows color (decimal): -5397874 or 9347757. OLE color: 9347757.

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

Color convert

RGB173162142-
CMYK00.060.180.32
HSL38.71º15.9%61.76%-
HSV(B)38.71º17.92%67.84%-
XYZ35.0436.6830.82-
YUV163.01116.14135.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=36.27%
G=33.96%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316214200.060.180.3238.7115.961.76
HexADA28E06122027103e
Octal255242216062240472076
Binary10101101101000101000111001101001010000010011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA28E; }

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

 H1.HeaderClassName
 {
   color: #ADA28E;
 }
 .AnyTagClassName
 {
   color: #ADA28E;
 }
</style>
background-color css

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

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

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

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

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

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