Html Css Color HEX #A3968A Zorba

📋 copy color: '#A3968A'

red 163 ◦ green 150 ◦ blue 138

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

Shades of Zorba #A3968A

Tints of Zorba #A3968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 36.14%
G = 33.26%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3968A (or 0xA3968A) is known color: Zorba. HEX triplet: A3, 96 and 8A. RGB value is (163,150,138). Sum of RGB (Red+Green+Blue) = 163+150+138=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A3968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3968A is #5C6975. Grayscale: #989898. Windows color (decimal): -6056310 or 9082531. OLE color: 9082531.

HSL color Cylindrical-coordinate representation of color #A3968A: hue angle of 28.8º 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 #A3968A is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 150 138 -
CMYK 0 0.08 0.15 0.36
HSL 28.8º 0.12% 0.59% -
HSV(B) 28.8º 0.15% 0.64% -
XYZ 30.6 31.43 28.5 -
YUV 152.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 163 150 138 0 0.08 0.15 0.36 28.8 0.12 0.59
Hex A3 96 8A 0 8 F 24 1D C 3B
Octal 243 226 212 0 10 17 44 35 14 73
Binary 10100011 10010110 10001010 0 1000 1111 100100 11101 1100 111011

Color Harmonies of #A3968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3968A

Black with #A3968A

Text Example


Text Example

White with #A3968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3968A; }

 p { color: rgb(163,150,138); }

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

background-color css

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

 a { background-color: rgb(163,150,138); }

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

border-color css

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

 span { border-color: rgb(163,150,138); }

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