Html Css Color HEX #A09787 Napa

📋 copy color: '#A09787'

red 160 ◦ green 151 ◦ blue 135

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

Shades of Napa #A09787

Tints of Napa #A09787

RGB

 RED value IS 160 (62.89% from 255) = 35.87%

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 135 (53.13% from 255) = 30.27%

R = 35.87%
G = 33.86%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A09787 (or 0xA09787) is known color: Napa. HEX triplet: A0, 97 and 87. RGB value is (160,151,135). Sum of RGB (Red+Green+Blue) = 160+151+135=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A09787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09787 is #5F6878. Grayscale: #979797. Windows color (decimal): -6252665 or 8886176. OLE color: 8886176.

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

Color convert

RGB 160 151 135 -
CMYK 0 0.06 0.16 0.37
HSL 38.4º 0.12% 0.58% -
HSV(B) 38.4º 0.16% 0.63% -
XYZ 29.94 31.36 27.4 -
YUV 151.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 160 151 135 0 0.06 0.16 0.37 38.4 0.12 0.58
Hex A0 97 87 0 6 10 25 26 C 3A
Octal 240 227 207 0 6 20 45 46 14 72
Binary 10100000 10010111 10000111 0 110 10000 100101 100110 1100 111010

Color Harmonies of #A09787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09787

Black with #A09787

Text Example


Text Example

White with #A09787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09787; }

 p { color: rgb(160,151,135); }

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

background-color css

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

 a { background-color: rgb(160,151,135); }

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

border-color css

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

 span { border-color: rgb(160,151,135); }

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