Html Css Color HEX #A79B82 Napa

📋 copy color: '#A79B82'

red 167 ◦ green 155 ◦ blue 130

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

Shades of Napa #A79B82

Tints of Napa #A79B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 36.95%
G = 34.29%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A79B82 (or 0xA79B82) is known color: Napa. HEX triplet: A7, 9B and 82. RGB value is (167,155,130). Sum of RGB (Red+Green+Blue) = 167+155+130=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79B82 is #58647D. Grayscale: #9B9B9B. Windows color (decimal): -5792894 or 8559527. OLE color: 8559527.

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

Color convert

RGB 167 155 130 -
CMYK 0 0.07 0.22 0.35
HSL 40.54º 0.17% 0.58% -
HSV(B) 40.54º 0.22% 0.65% -
XYZ 31.69 33.27 25.87 -
YUV 155.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 167 155 130 0 0.07 0.22 0.35 40.54 0.17 0.58
Hex A7 9B 82 0 7 16 23 29 11 3A
Octal 247 233 202 0 7 26 43 51 21 72
Binary 10100111 10011011 10000010 0 111 10110 100011 101001 10001 111010

Color Harmonies of #A79B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79B82

Black with #A79B82

Text Example


Text Example

White with #A79B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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