Html Css Color HEX #A0938B Zorba

📋 copy color: '#A0938B'

red 160 ◦ green 147 ◦ blue 139

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

Shades of Zorba #A0938B

Tints of Zorba #A0938B

RGB

 RED value IS 160 (62.89% from 255) = 35.87%

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

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

R = 35.87%
G = 32.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0938B (or 0xA0938B) is known color: Zorba. HEX triplet: A0, 93 and 8B. RGB value is (160,147,139). Sum of RGB (Red+Green+Blue) = 160+147+139=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 160 - color contains mainly: red. Hex color #A0938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0938B is #5F6C74. Grayscale: #969696. Windows color (decimal): -6253685 or 9147296. OLE color: 9147296.

HSL color Cylindrical-coordinate representation of color #A0938B: hue angle of 22.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0938B is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 147 139 -
CMYK 0 0.08 0.13 0.37
HSL 22.86º 0.1% 0.59% -
HSV(B) 22.86º 0.13% 0.63% -
XYZ 29.59 30.21 28.7 -
YUV 149.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 160 147 139 0 0.08 0.13 0.37 22.86 0.1 0.59
Hex A0 93 8B 0 8 D 25 17 A 3B
Octal 240 223 213 0 10 15 45 27 12 73
Binary 10100000 10010011 10001011 0 1000 1101 100101 10111 1010 111011

Color Harmonies of #A0938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0938B

Black with #A0938B

Text Example


Text Example

White with #A0938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0938B; }

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

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

background-color css

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

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

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

border-color css

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

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

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