Html Css Color HEX #A49690 Zorba

📋 copy color: '#A49690'

red 164 ◦ green 150 ◦ blue 144

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

Shades of Zorba #A49690

Tints of Zorba #A49690

RGB

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

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

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

R = 35.81%
G = 32.75%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A49690 (or 0xA49690) is known color: Zorba. HEX triplet: A4, 96 and 90. RGB value is (164,150,144). Sum of RGB (Red+Green+Blue) = 164+150+144=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 164 - color contains mainly: red. Hex color #A49690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49690 is #5B696F. Grayscale: #999999. Windows color (decimal): -5990768 or 9475748. OLE color: 9475748.

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

Color convert

RGB 164 150 144 -
CMYK 0 0.09 0.12 0.36
HSL 18º 0.1% 0.6% -
HSV(B) 18º 0.12% 0.64% -
XYZ 31.25 31.72 30.86 -
YUV 153.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 164 150 144 0 0.09 0.12 0.36 18 0.1 0.6
Hex A4 96 90 0 9 C 24 12 A 3C
Octal 244 226 220 0 11 14 44 22 12 74
Binary 10100100 10010110 10010000 0 1001 1100 100100 10010 1010 111100

Color Harmonies of #A49690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49690

Black with #A49690

Text Example


Text Example

White with #A49690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49690; }

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

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

background-color css

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

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

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

border-color css

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

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

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