Html Css Color HEX #A49C96 Zorba

📋 copy color: '#A49C96'

red 164 ◦ green 156 ◦ blue 150

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

Shades of Zorba #A49C96

Tints of Zorba #A49C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 34.89%
G = 33.19%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49C96 (or 0xA49C96) is known color: Zorba. HEX triplet: A4, 9C and 96. RGB value is (164,156,150). Sum of RGB (Red+Green+Blue) = 164+156+150=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C96 is #5B6369. Grayscale: #9D9D9D. Windows color (decimal): -5989226 or 9870500. OLE color: 9870500.

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

Color convert

RGB 164 156 150 -
CMYK 0 0.05 0.09 0.36
HSL 25.71º 0.07% 0.62% -
HSV(B) 25.71º 0.09% 0.64% -
XYZ 32.7 33.87 33.67 -
YUV 157.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 164 156 150 0 0.05 0.09 0.36 25.71 0.07 0.62
Hex A4 9C 96 0 5 9 24 1A 7 3E
Octal 244 234 226 0 5 11 44 32 7 76
Binary 10100100 10011100 10010110 0 101 1001 100100 11010 111 111110

Color Harmonies of #A49C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C96

Black with #A49C96

Text Example


Text Example

White with #A49C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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