Html Css Color HEX #A29988 Napa

📋 copy color: '#A29988'

red 162 ◦ green 153 ◦ blue 136

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

Shades of Napa #A29988

Tints of Napa #A29988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 35.92%
G = 33.92%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A29988 (or 0xA29988) is known color: Napa. HEX triplet: A2, 99 and 88. RGB value is (162,153,136). Sum of RGB (Red+Green+Blue) = 162+153+136=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A29988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29988 is #5D6677. Grayscale: #999999. Windows color (decimal): -6121080 or 8952226. OLE color: 8952226.

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

Color convert

RGB 162 153 136 -
CMYK 0 0.06 0.16 0.36
HSL 39.23º 0.12% 0.58% -
HSV(B) 39.23º 0.16% 0.64% -
XYZ 30.74 32.24 27.9 -
YUV 153.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 162 153 136 0 0.06 0.16 0.36 39.23 0.12 0.58
Hex A2 99 88 0 6 10 24 27 C 3A
Octal 242 231 210 0 6 20 44 47 14 72
Binary 10100010 10011001 10001000 0 110 10000 100100 100111 1100 111010

Color Harmonies of #A29988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29988

Black with #A29988

Text Example


Text Example

White with #A29988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29988; }

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

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

background-color css

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

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

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

border-color css

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

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

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