#A29C8D

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

Shades of Napa #A29C8D

Tints of Napa #A29C8D

Color information

#A29C8D (or 0xA29C8D) is unknown color: approx Napa. HEX triplet: A2, 9C and 8D. RGB value is (162,156,141). Sum of RGB (Red+Green+Blue) = 162+156+141=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C8D is #5D6372. Grayscale: #9C9C9C. Windows color (decimal): -6120307 or 9280674. OLE color: 9280674.

HSL color Cylindrical-coordinate representation of color #A29C8D: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29C8D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162156141-
CMYK00.040.130.36
HSL42.86º10.14%59.41%-
HSV(B)42.86º12.96%63.53%-
XYZ31.633.3829.98-
YUV156.08119.49132.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=35.29%
G=33.99%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215614100.040.130.3642.8610.1459.41
HexA29C8D04D242ba3b
Octal242234215041544531273
Binary101000101001110010001101010011011001001010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C8D; }

 p { color: rgb(162,156,141); }

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

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

 a { background-color: rgb(162,156,141); }

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

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

 span { border-color: rgb(162,156,141); }

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