Html Css Color HEX #A79386 Zorba

📋 copy color: '#A79386'

red 167 ◦ green 147 ◦ blue 134

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

Shades of Zorba #A79386

Tints of Zorba #A79386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 37.28%
G = 32.81%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A79386 (or 0xA79386) is known color: Zorba. HEX triplet: A7, 93 and 86. RGB value is (167,147,134). Sum of RGB (Red+Green+Blue) = 167+147+134=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A79386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79386 is #586C79. Grayscale: #979797. Windows color (decimal): -5794938 or 8819623. OLE color: 8819623.

HSL color Cylindrical-coordinate representation of color #A79386: hue angle of 23.64º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A79386 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 134 -
CMYK 0 0.12 0.20 0.35
HSL 23.64º 0.16% 0.59% -
HSV(B) 23.64º 0.2% 0.65% -
XYZ 30.67 30.8 26.88 -
YUV 151.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 167 147 134 0 0.12 0.20 0.35 23.64 0.16 0.59
Hex A7 93 86 0 C 14 23 18 10 3B
Octal 247 223 206 0 14 24 43 30 20 73
Binary 10100111 10010011 10000110 0 1100 10100 100011 11000 10000 111011

Color Harmonies of #A79386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79386

Black with #A79386

Text Example


Text Example

White with #A79386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79386; }

 p { color: rgb(167,147,134); }

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

background-color css

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

 a { background-color: rgb(167,147,134); }

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

border-color css

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

 span { border-color: rgb(167,147,134); }

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