Html Css Color HEX #A49C88 Napa

📋 copy color: '#A49C88'

red 164 ◦ green 156 ◦ blue 136

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

Shades of Napa #A49C88

Tints of Napa #A49C88

RGB

 RED value IS 164 (64.45% from 255) = 35.96%

 GREEN value IS 156 (61.33% from 255) = 34.21%

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

R = 35.96%
G = 34.21%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A49C88 (or 0xA49C88) is known color: Napa. HEX triplet: A4, 9C and 88. RGB value is (164,156,136). Sum of RGB (Red+Green+Blue) = 164+156+136=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C88 is #5B6377. Grayscale: #9C9C9C. Windows color (decimal): -5989240 or 8952996. OLE color: 8952996.

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

Color convert

RGB 164 156 136 -
CMYK 0 0.05 0.17 0.36
HSL 42.86º 0.13% 0.59% -
HSV(B) 42.86º 0.17% 0.64% -
XYZ 31.64 33.45 28.08 -
YUV 156.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 164 156 136 0 0.05 0.17 0.36 42.86 0.13 0.59
Hex A4 9C 88 0 5 11 24 2B D 3B
Octal 244 234 210 0 5 21 44 53 15 73
Binary 10100100 10011100 10001000 0 101 10001 100100 101011 1101 111011

Color Harmonies of #A49C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C88

Black with #A49C88

Text Example


Text Example

White with #A49C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C88; }

 p { color: rgb(164,156,136); }

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

background-color css

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

 a { background-color: rgb(164,156,136); }

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

border-color css

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

 span { border-color: rgb(164,156,136); }

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