Html Css Color HEX #A3938B Zorba

📋 copy color: '#A3938B'

red 163 ◦ green 147 ◦ blue 139

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

Shades of Zorba #A3938B

Tints of Zorba #A3938B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 36.3%
G = 32.74%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3938B (or 0xA3938B) is known color: Zorba. HEX triplet: A3, 93 and 8B. RGB value is (163,147,139). Sum of RGB (Red+Green+Blue) = 163+147+139=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3938B is #5C6C74. Grayscale: #969696. Windows color (decimal): -6057077 or 9147299. OLE color: 9147299.

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

Color convert

RGB 163 147 139 -
CMYK 0 0.10 0.15 0.36
HSL 20º 0.12% 0.59% -
HSV(B) 20º 0.15% 0.64% -
XYZ 30.2 30.52 28.73 -
YUV 150.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 163 147 139 0 0.10 0.15 0.36 20 0.12 0.59
Hex A3 93 8B 0 A F 24 14 C 3B
Octal 243 223 213 0 12 17 44 24 14 73
Binary 10100011 10010011 10001011 0 1010 1111 100100 10100 1100 111011

Color Harmonies of #A3938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3938B

Black with #A3938B

Text Example


Text Example

White with #A3938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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