Html Css Color HEX #A3958D Zorba

📋 copy color: '#A3958D'

red 163 ◦ green 149 ◦ blue 141

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

Shades of Zorba #A3958D

Tints of Zorba #A3958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.13%

R = 35.98%
G = 32.89%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3958D (or 0xA3958D) is known color: Zorba. HEX triplet: A3, 95 and 8D. RGB value is (163,149,141). Sum of RGB (Red+Green+Blue) = 163+149+141=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A3958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3958D is #5C6A72. Grayscale: #989898. Windows color (decimal): -6056563 or 9278883. OLE color: 9278883.

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

Color convert

RGB 163 149 141 -
CMYK 0 0.09 0.13 0.36
HSL 21.82º 0.11% 0.6% -
HSV(B) 21.82º 0.13% 0.64% -
XYZ 30.66 31.2 29.61 -
YUV 152.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 163 149 141 0 0.09 0.13 0.36 21.82 0.11 0.6
Hex A3 95 8D 0 9 D 24 16 B 3C
Octal 243 225 215 0 11 15 44 26 13 74
Binary 10100011 10010101 10001101 0 1001 1101 100100 10110 1011 111100

Color Harmonies of #A3958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3958D

Black with #A3958D

Text Example


Text Example

White with #A3958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3958D; }

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

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

background-color css

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

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

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

border-color css

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

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

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