#ADA184

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

Shades of Napa #ADA184

Tints of Napa #ADA184

Color information

#ADA184 (or 0xADA184) is unknown color: approx Napa. HEX triplet: AD, A1 and 84. RGB value is (173,161,132). Sum of RGB (Red+Green+Blue) = 173+161+132=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA184 is #525E7B. Grayscale: #A1A1A1. Windows color (decimal): -5398140 or 8692141. OLE color: 8692141.

HSL color Cylindrical-coordinate representation of color #ADA184: hue angle of 42.44º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADA184 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB173161132-
CMYK00.070.240.32
HSL42.44º20%59.8%-
HSV(B)42.44º23.7%67.84%-
XYZ34.1436.0426.99-
YUV161.28111.48136.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.12%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=37.12%
G=34.55%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316113200.070.240.3242.442059.8
HexADA1840718202a143c
Octal255241204073040522474
Binary10101101101000011000010001111100010000010101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA184; }

 p { color: rgb(173,161,132); }

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

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

 a { background-color: rgb(173,161,132); }

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

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

 span { border-color: rgb(173,161,132); }

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