Html Css Color HEX #A0968B Zorba

📋 copy color: '#A0968B'

red 160 ◦ green 150 ◦ blue 139

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

Shades of Zorba #A0968B

Tints of Zorba #A0968B

RGB

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

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

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

R = 35.63%
G = 33.41%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0968B (or 0xA0968B) is known color: Zorba. HEX triplet: A0, 96 and 8B. RGB value is (160,150,139). Sum of RGB (Red+Green+Blue) = 160+150+139=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A0968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0968B is #5F6974. Grayscale: #979797. Windows color (decimal): -6252917 or 9148064. OLE color: 9148064.

HSL color Cylindrical-coordinate representation of color #A0968B: hue angle of 31.43º 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 #A0968B is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 150 139 -
CMYK 0 0.06 0.13 0.37
HSL 31.43º 0.1% 0.59% -
HSV(B) 31.43º 0.13% 0.63% -
XYZ 30.06 31.15 28.85 -
YUV 151.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 160 150 139 0 0.06 0.13 0.37 31.43 0.1 0.59
Hex A0 96 8B 0 6 D 25 1F A 3B
Octal 240 226 213 0 6 15 45 37 12 73
Binary 10100000 10010110 10001011 0 110 1101 100101 11111 1010 111011

Color Harmonies of #A0968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0968B

Black with #A0968B

Text Example


Text Example

White with #A0968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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