Html Css Color HEX #A79383 Zorba

📋 copy color: '#A79383'

red 167 ◦ green 147 ◦ blue 131

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

Shades of Zorba #A79383

Tints of Zorba #A79383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.44%

R = 37.53%
G = 33.03%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A79383 (or 0xA79383) is known color: Zorba. HEX triplet: A7, 93 and 83. RGB value is (167,147,131). Sum of RGB (Red+Green+Blue) = 167+147+131=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 167 - color contains mainly: red. Hex color #A79383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79383 is #586C7C. Grayscale: #979797. Windows color (decimal): -5794941 or 8623015. OLE color: 8623015.

HSL color Cylindrical-coordinate representation of color #A79383: hue angle of 26.67º 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 #A79383 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 131 -
CMYK 0 0.12 0.22 0.35
HSL 26.67º 0.17% 0.58% -
HSV(B) 26.67º 0.22% 0.65% -
XYZ 30.47 30.72 25.8 -
YUV 151.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 167 147 131 0 0.12 0.22 0.35 26.67 0.17 0.58
Hex A7 93 83 0 C 16 23 1B 11 3A
Octal 247 223 203 0 14 26 43 33 21 72
Binary 10100111 10010011 10000011 0 1100 10110 100011 11011 10001 111010

Color Harmonies of #A79383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79383

Black with #A79383

Text Example


Text Example

White with #A79383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79383; }

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

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

background-color css

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

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

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

border-color css

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

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

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