Html Css Color HEX #A0958C Zorba

📋 copy color: '#A0958C'

red 160 ◦ green 149 ◦ blue 140

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

Shades of Zorba #A0958C

Tints of Zorba #A0958C

RGB

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

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

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

R = 35.63%
G = 33.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0958C (or 0xA0958C) is known color: Zorba. HEX triplet: A0, 95 and 8C. RGB value is (160,149,140). Sum of RGB (Red+Green+Blue) = 160+149+140=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A0958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0958C is #5F6A73. Grayscale: #979797. Windows color (decimal): -6253172 or 9213344. OLE color: 9213344.

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

Color convert

RGB 160 149 140 -
CMYK 0 0.07 0.12 0.37
HSL 27º 0.1% 0.59% -
HSV(B) 27º 0.13% 0.63% -
XYZ 29.98 30.86 29.19 -
YUV 151.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 160 149 140 0 0.07 0.12 0.37 27 0.1 0.59
Hex A0 95 8C 0 7 C 25 1B A 3B
Octal 240 225 214 0 7 14 45 33 12 73
Binary 10100000 10010101 10001100 0 111 1100 100101 11011 1010 111011

Color Harmonies of #A0958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0958C

Black with #A0958C

Text Example


Text Example

White with #A0958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0958C; }

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

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

background-color css

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

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

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

border-color css

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

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

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