Html Css Color HEX #A49A90 Zorba

📋 copy color: '#A49A90'

red 164 ◦ green 154 ◦ blue 144

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

Shades of Zorba #A49A90

Tints of Zorba #A49A90

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

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

R = 35.5%
G = 33.33%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49A90 (or 0xA49A90) is known color: Zorba. HEX triplet: A4, 9A and 90. RGB value is (164,154,144). Sum of RGB (Red+Green+Blue) = 164+154+144=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A90 is #5B656F. Grayscale: #9B9B9B. Windows color (decimal): -5989744 or 9476772. OLE color: 9476772.

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

Color convert

RGB 164 154 144 -
CMYK 0 0.06 0.12 0.36
HSL 30º 0.1% 0.6% -
HSV(B) 30º 0.12% 0.64% -
XYZ 31.9 33.02 31.08 -
YUV 155.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 164 154 144 0 0.06 0.12 0.36 30 0.1 0.6
Hex A4 9A 90 0 6 C 24 1E A 3C
Octal 244 232 220 0 6 14 44 36 12 74
Binary 10100100 10011010 10010000 0 110 1100 100100 11110 1010 111100

Color Harmonies of #A49A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A90

Black with #A49A90

Text Example


Text Example

White with #A49A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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