Html Css Color HEX #A3958C Zorba

📋 copy color: '#A3958C'

red 163 ◦ green 149 ◦ blue 140

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

Shades of Zorba #A3958C

Tints of Zorba #A3958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 36.06%
G = 32.96%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3958C (or 0xA3958C) is known color: Zorba. HEX triplet: A3, 95 and 8C. RGB value is (163,149,140). Sum of RGB (Red+Green+Blue) = 163+149+140=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A3958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3958C is #5C6A73. Grayscale: #989898. Windows color (decimal): -6056564 or 9213347. OLE color: 9213347.

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

Color convert

RGB 163 149 140 -
CMYK 0 0.09 0.14 0.36
HSL 23.48º 0.11% 0.59% -
HSV(B) 23.48º 0.14% 0.64% -
XYZ 30.59 31.17 29.22 -
YUV 152.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 163 149 140 0 0.09 0.14 0.36 23.48 0.11 0.59
Hex A3 95 8C 0 9 E 24 17 B 3B
Octal 243 225 214 0 11 16 44 27 13 73
Binary 10100011 10010101 10001100 0 1001 1110 100100 10111 1011 111011

Color Harmonies of #A3958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3958C

Black with #A3958C

Text Example


Text Example

White with #A3958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3958C; }

 p { color: rgb(163,149,140); }

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

background-color css

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

 a { background-color: rgb(163,149,140); }

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

border-color css

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

 span { border-color: rgb(163,149,140); }

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