Html Css Color HEX #A29888 Napa

📋 copy color: '#A29888'

red 162 ◦ green 152 ◦ blue 136

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

Shades of Napa #A29888

Tints of Napa #A29888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

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

R = 36%
G = 33.78%
B = 30.22%

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

#A29888 (or 0xA29888) is known color: Napa. HEX triplet: A2, 98 and 88. RGB value is (162,152,136). Sum of RGB (Red+Green+Blue) = 162+152+136=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A29888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29888 is #5D6777. Grayscale: #999999. Windows color (decimal): -6121336 or 8951970. OLE color: 8951970.

HSL color Cylindrical-coordinate representation of color #A29888: hue angle of 36.92º 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 #A29888 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 136 -
CMYK 0 0.06 0.16 0.36
HSL 36.92º 0.12% 0.58% -
HSV(B) 36.92º 0.16% 0.64% -
XYZ 30.57 31.92 27.84 -
YUV 153.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 162 152 136 0 0.06 0.16 0.36 36.92 0.12 0.58
Hex A2 98 88 0 6 10 24 25 C 3A
Octal 242 230 210 0 6 20 44 45 14 72
Binary 10100010 10011000 10001000 0 110 10000 100100 100101 1100 111010

Color Harmonies of #A29888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29888

Black with #A29888

Text Example


Text Example

White with #A29888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29888; }

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

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

background-color css

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

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

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

border-color css

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

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

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