Html Css Color HEX #A29989 Napa

📋 copy color: '#A29989'

red 162 ◦ green 153 ◦ blue 137

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

Shades of Napa #A29989

Tints of Napa #A29989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 35.84%
G = 33.85%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A29989 (or 0xA29989) is known color: Napa. HEX triplet: A2, 99 and 89. RGB value is (162,153,137). Sum of RGB (Red+Green+Blue) = 162+153+137=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29989 is #5D6676. Grayscale: #999999. Windows color (decimal): -6121079 or 9017762. OLE color: 9017762.

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

Color convert

RGB 162 153 137 -
CMYK 0 0.06 0.15 0.36
HSL 38.4º 0.12% 0.59% -
HSV(B) 38.4º 0.15% 0.64% -
XYZ 30.81 32.27 28.27 -
YUV 153.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 162 153 137 0 0.06 0.15 0.36 38.4 0.12 0.59
Hex A2 99 89 0 6 F 24 26 C 3B
Octal 242 231 211 0 6 17 44 46 14 73
Binary 10100010 10011001 10001001 0 110 1111 100100 100110 1100 111011

Color Harmonies of #A29989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29989

Black with #A29989

Text Example


Text Example

White with #A29989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29989; }

 p { color: rgb(162,153,137); }

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

background-color css

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

 a { background-color: rgb(162,153,137); }

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

border-color css

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

 span { border-color: rgb(162,153,137); }

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