Html Css Color HEX #A09990 Zorba

📋 copy color: '#A09990'

red 160 ◦ green 153 ◦ blue 144

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

Shades of Zorba #A09990

Tints of Zorba #A09990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 35.01%
G = 33.48%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A09990 (or 0xA09990) is known color: Zorba. HEX triplet: A0, 99 and 90. RGB value is (160,153,144). Sum of RGB (Red+Green+Blue) = 160+153+144=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 160 - color contains mainly: red. Hex color #A09990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09990 is #5F666F. Grayscale: #9A9A9A. Windows color (decimal): -6252144 or 9476512. OLE color: 9476512.

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

Color convert

RGB 160 153 144 -
CMYK 0 0.04 0.1 0.37
HSL 33.75º 0.08% 0.6% -
HSV(B) 33.75º 0.1% 0.63% -
XYZ 30.92 32.27 30.98 -
YUV 154.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 160 153 144 0 0.04 0.1 0.37 33.75 0.08 0.6
Hex A0 99 90 0 4 A 25 22 8 3C
Octal 240 231 220 0 4 12 45 42 10 74
Binary 10100000 10011001 10010000 0 100 1010 100101 100010 1000 111100

Color Harmonies of #A09990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09990

Black with #A09990

Text Example


Text Example

White with #A09990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09990; }

 p { color: rgb(160,153,144); }

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

background-color css

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

 a { background-color: rgb(160,153,144); }

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

border-color css

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

 span { border-color: rgb(160,153,144); }

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