Html Css Color HEX #A19990 Zorba

📋 copy color: '#A19990'

red 161 ◦ green 153 ◦ blue 144

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

Shades of Zorba #A19990

Tints of Zorba #A19990

RGB

 RED value IS 161 (63.28% from 255) = 35.15%

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

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

R = 35.15%
G = 33.41%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A19990 (or 0xA19990) is known color: Zorba. HEX triplet: A1, 99 and 90. RGB value is (161,153,144). Sum of RGB (Red+Green+Blue) = 161+153+144=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 161 - color contains mainly: red. Hex color #A19990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19990 is #5E666F. Grayscale: #9A9A9A. Windows color (decimal): -6186608 or 9476513. OLE color: 9476513.

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

Color convert

RGB 161 153 144 -
CMYK 0 0.05 0.11 0.37
HSL 31.76º 0.08% 0.6% -
HSV(B) 31.76º 0.11% 0.63% -
XYZ 31.12 32.37 30.99 -
YUV 154.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 161 153 144 0 0.05 0.11 0.37 31.76 0.08 0.6
Hex A1 99 90 0 5 B 25 20 8 3C
Octal 241 231 220 0 5 13 45 40 10 74
Binary 10100001 10011001 10010000 0 101 1011 100101 100000 1000 111100

Color Harmonies of #A19990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19990

Black with #A19990

Text Example


Text Example

White with #A19990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19990; }

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

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

background-color css

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

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

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

border-color css

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

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

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