Html Css Color HEX #A29D8F Napa

📋 copy color: '#A29D8F'

red 162 ◦ green 157 ◦ blue 143

#A29D8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Napa #A29D8F

Tints of Napa #A29D8F

RGB

 RED value IS 162 (63.67% from 255) = 35.06%

 GREEN value IS 157 (61.72% from 255) = 33.98%

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 35.06%
G = 33.98%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A29D8F (or 0xA29D8F) is known color: Napa. HEX triplet: A2, 9D and 8F. RGB value is (162,157,143). Sum of RGB (Red+Green+Blue) = 162+157+143=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D8F is #5D6270. Grayscale: #9C9C9C. Windows color (decimal): -6120049 or 9412002. OLE color: 9412002.

HSL color Cylindrical-coordinate representation of color #A29D8F: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A29D8F is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 157 143 -
CMYK 0 0.03 0.12 0.36
HSL 44.21º 0.09% 0.6% -
HSV(B) 44.21º 0.12% 0.64% -
XYZ 31.92 33.78 30.82 -
YUV 156.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 162 157 143 0 0.03 0.12 0.36 44.21 0.09 0.6
Hex A2 9D 8F 0 3 C 24 2C 9 3C
Octal 242 235 217 0 3 14 44 54 11 74
Binary 10100010 10011101 10001111 0 11 1100 100100 101100 1001 111100

Color Harmonies of #A29D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D8F

Black with #A29D8F

Text Example


Text Example

White with #A29D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D8F; }

 p { color: rgb(162,157,143); }

 H1.HeaderClassName
 {
   color: #A29D8F;
 }
 .AnyTagClassName
 {
   color: #A29D8F;
 }
</style>

background-color css

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

 a { background-color: rgb(162,157,143); }

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

border-color css

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

 span { border-color: rgb(162,157,143); }

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