Html Css Color HEX #A79B7F Napa

📋 copy color: '#A79B7F'

red 167 ◦ green 155 ◦ blue 127

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

Shades of Napa #A79B7F

Tints of Napa #A79B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.52%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 37.19%
G = 34.52%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A79B7F (or 0xA79B7F) is known color: Napa. HEX triplet: A7, 9B and 7F. RGB value is (167,155,127). Sum of RGB (Red+Green+Blue) = 167+155+127=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79B7F is #586480. Grayscale: #9B9B9B. Windows color (decimal): -5792897 or 8362919. OLE color: 8362919.

HSL color Cylindrical-coordinate representation of color #A79B7F: hue angle of 42º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A79B7F is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 155 127 -
CMYK 0 0.07 0.24 0.35
HSL 42º 0.19% 0.58% -
HSV(B) 42º 0.24% 0.65% -
XYZ 31.49 33.19 24.83 -
YUV 155.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 167 155 127 0 0.07 0.24 0.35 42 0.19 0.58
Hex A7 9B 7F 0 7 18 23 2A 13 3A
Octal 247 233 177 0 7 30 43 52 23 72
Binary 10100111 10011011 1111111 0 111 11000 100011 101010 10011 111010

Color Harmonies of #A79B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79B7F

Black with #A79B7F

Text Example


Text Example

White with #A79B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79B7F; }

 p { color: rgb(167,155,127); }

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

background-color css

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

 a { background-color: rgb(167,155,127); }

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

border-color css

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

 span { border-color: rgb(167,155,127); }

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