Shades of Napa #ADA38A
Tints of Napa #ADA38A
RGB
CMYK
RGB Variations
Color information
#ADA38A (or 0xADA38A) is known color: Napa. HEX triplet: AD, A3 and 8A. RGB value is (173,163,138). Sum of RGB (Red+Green+Blue) = 173+163+138=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38A is #525C75. Grayscale: #A3A3A3. Windows color (decimal): -5397622 or 9085869. OLE color: 9085869.
HSL color Cylindrical-coordinate representation of color #ADA38A: hue angle of 42.86º degrees, saturation: 0.18, 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 #ADA38A is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 163 | 138 | - |
CMYK | 0 | 0.06 | 0.20 | 0.32 |
HSL | 42.86º | 0.18% | 0.61% | - |
HSV(B) | 42.86º | 0.2% | 0.68% | - |
XYZ | 34.92 | 36.91 | 29.33 | - |
YUV | 163.14 | 113.81 | 135.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 163 | 138 | 0 | 0.06 | 0.20 | 0.32 | 42.86 | 0.18 | 0.61 |
Hex | AD | A3 | 8A | 0 | 6 | 14 | 20 | 2B | 12 | 3D |
Octal | 255 | 243 | 212 | 0 | 6 | 24 | 40 | 53 | 22 | 75 |
Binary | 10101101 | 10100011 | 10001010 | 0 | 110 | 10100 | 100000 | 101011 | 10010 | 111101 |
Color Harmonies of #ADA38A
Complementary color
Monochromatic Colors of #ADA38A
Black with #ADA38A
Text Example
Text Example
White with #ADA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA38A; }
p { color: rgb(173,163,138); }
H1.HeaderClassName
{
color: #ADA38A;
}
.AnyTagClassName
{
color: #ADA38A;
}
</style>
background-color css
<style>
a { background-color: #ADA38A; }
a { background-color: rgb(173,163,138); }
div.DivClassName
{
background-color: #ADA38A;
}
.BgClassName
{
background-color: #ADA38A;
}
</style>
border-color css
<style>
span { border-color: #ADA38A; }
span { border-color: rgb(173,163,138); }
td.TdClassName
{
border-color: #ADA38A;
}
.TagClassName
{
border-color: #ADA38A;
}
</style>