#ADA38B

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

Shades of Napa #ADA38B

Tints of Napa #ADA38B

Color information

#ADA38B (or 0xADA38B) is unknown color: approx Napa. HEX triplet: AD, A3 and 8B. RGB value is (173,163,139). Sum of RGB (Red+Green+Blue) = 173+163+139=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38B is #525C74. Grayscale: #A3A3A3. Windows color (decimal): -5397621 or 9151405. OLE color: 9151405.

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

Color convert

RGB173163139-
CMYK00.060.200.32
HSL42.35º17.17%61.18%-
HSV(B)42.35º19.65%67.84%-
XYZ34.9936.9429.71-
YUV163.25114.31134.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 139 (54.69% from 255) = 29.26%
R=36.42%
G=34.32%
B=29.26%

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
Decimal17316313900.060.200.3242.3517.1761.18
HexADA38B0614202a113d
Octal255243213062440522175
Binary10101101101000111000101101101010010000010101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA38B; }

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

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

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

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

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

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

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

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