Html Css Color HEX #A7A089 Napa

📋 copy color: '#A7A089'

red 167 ◦ green 160 ◦ blue 137

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

Shades of Napa #A7A089

Tints of Napa #A7A089

RGB

 RED value IS 167 (65.63% from 255) = 35.99%

 GREEN value IS 160 (62.89% from 255) = 34.48%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 35.99%
G = 34.48%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A7A089 (or 0xA7A089) is known color: Napa. HEX triplet: A7, A0 and 89. RGB value is (167,160,137). Sum of RGB (Red+Green+Blue) = 167+160+137=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A089 is #585F76. Grayscale: #9F9F9F. Windows color (decimal): -5791607 or 9019559. OLE color: 9019559.

HSL color Cylindrical-coordinate representation of color #A7A089: hue angle of 46º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7A089 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 160 137 -
CMYK 0 0.04 0.18 0.35
HSL 46º 0.15% 0.6% -
HSV(B) 46º 0.18% 0.65% -
XYZ 33.02 35.16 28.71 -
YUV 159.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 167 160 137 0 0.04 0.18 0.35 46 0.15 0.6
Hex A7 A0 89 0 4 12 23 2E F 3C
Octal 247 240 211 0 4 22 43 56 17 74
Binary 10100111 10100000 10001001 0 100 10010 100011 101110 1111 111100

Color Harmonies of #A7A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A089

Black with #A7A089

Text Example


Text Example

White with #A7A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A089; }

 p { color: rgb(167,160,137); }

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

background-color css

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

 a { background-color: rgb(167,160,137); }

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

border-color css

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

 span { border-color: rgb(167,160,137); }

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