Html Css Color HEX #A29884 Napa

📋 copy color: '#A29884'

red 162 ◦ green 152 ◦ blue 132

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

Shades of Napa #A29884

Tints of Napa #A29884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 36.32%
G = 34.08%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A29884 (or 0xA29884) is known color: Napa. HEX triplet: A2, 98 and 84. RGB value is (162,152,132). Sum of RGB (Red+Green+Blue) = 162+152+132=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29884 is #5D677B. Grayscale: #989898. Windows color (decimal): -6121340 or 8689826. OLE color: 8689826.

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

Color convert

RGB 162 152 132 -
CMYK 0 0.06 0.19 0.36
HSL 40º 0.14% 0.58% -
HSV(B) 40º 0.19% 0.64% -
XYZ 30.29 31.8 26.37 -
YUV 152.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 162 152 132 0 0.06 0.19 0.36 40 0.14 0.58
Hex A2 98 84 0 6 13 24 28 E 3A
Octal 242 230 204 0 6 23 44 50 16 72
Binary 10100010 10011000 10000100 0 110 10011 100100 101000 1110 111010

Color Harmonies of #A29884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29884

Black with #A29884

Text Example


Text Example

White with #A29884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29884; }

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

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

background-color css

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

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

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

border-color css

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

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

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