#ADA28B

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

Shades of Napa #ADA28B

Tints of Napa #ADA28B

Color information

#ADA28B (or 0xADA28B) is unknown color: approx Napa. HEX triplet: AD, A2 and 8B. RGB value is (173,162,139). Sum of RGB (Red+Green+Blue) = 173+162+139=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA28B is #525D74. Grayscale: #A2A2A2. Windows color (decimal): -5397877 or 9151149. OLE color: 9151149.

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

Color convert

RGB173162139-
CMYK00.060.200.32
HSL40.59º17.17%61.18%-
HSV(B)40.59º19.65%67.84%-
XYZ34.8136.5929.65-
YUV162.67114.64135.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 162 (63.67% from 255) = 34.18%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=36.50%
G=34.18%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316213900.060.200.3240.5917.1761.18
HexADA28B06142029113d
Octal255242213062440512175
Binary10101101101000101000101101101010010000010100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA28B; }

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

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

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

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

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

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

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

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