Html Css Color HEX #A49990 Zorba

📋 copy color: '#A49990'

red 164 ◦ green 153 ◦ blue 144

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

Shades of Zorba #A49990

Tints of Zorba #A49990

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

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

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

R = 35.57%
G = 33.19%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49990 (or 0xA49990) is known color: Zorba. HEX triplet: A4, 99 and 90. RGB value is (164,153,144). Sum of RGB (Red+Green+Blue) = 164+153+144=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49990 is #5B666F. Grayscale: #9B9B9B. Windows color (decimal): -5990000 or 9476516. OLE color: 9476516.

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

Color convert

RGB 164 153 144 -
CMYK 0 0.07 0.12 0.36
HSL 27º 0.1% 0.6% -
HSV(B) 27º 0.12% 0.64% -
XYZ 31.74 32.69 31.02 -
YUV 155.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 164 153 144 0 0.07 0.12 0.36 27 0.1 0.6
Hex A4 99 90 0 7 C 24 1B A 3C
Octal 244 231 220 0 7 14 44 33 12 74
Binary 10100100 10011001 10010000 0 111 1100 100100 11011 1010 111100

Color Harmonies of #A49990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49990

Black with #A49990

Text Example


Text Example

White with #A49990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49990; }

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

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

background-color css

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

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

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

border-color css

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

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

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