Html Css Color HEX #A39386 Zorba

📋 copy color: '#A39386'

red 163 ◦ green 147 ◦ blue 134

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

Shades of Zorba #A39386

Tints of Zorba #A39386

RGB

 RED value IS 163 (64.06% from 255) = 36.71%

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

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

R = 36.71%
G = 33.11%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A39386 (or 0xA39386) is known color: Zorba. HEX triplet: A3, 93 and 86. RGB value is (163,147,134). Sum of RGB (Red+Green+Blue) = 163+147+134=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39386 is #5C6C79. Grayscale: #969696. Windows color (decimal): -6057082 or 8819619. OLE color: 8819619.

HSL color Cylindrical-coordinate representation of color #A39386: hue angle of 26.9º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A39386 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 134 -
CMYK 0 0.10 0.18 0.36
HSL 26.9º 0.14% 0.58% -
HSV(B) 26.9º 0.18% 0.64% -
XYZ 29.84 30.38 26.84 -
YUV 150.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 163 147 134 0 0.10 0.18 0.36 26.9 0.14 0.58
Hex A3 93 86 0 A 12 24 1B E 3A
Octal 243 223 206 0 12 22 44 33 16 72
Binary 10100011 10010011 10000110 0 1010 10010 100100 11011 1110 111010

Color Harmonies of #A39386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39386

Black with #A39386

Text Example


Text Example

White with #A39386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39386; }

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

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

background-color css

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

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

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

border-color css

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

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

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