Html Css Color HEX #A49B94 Zorba

📋 copy color: '#A49B94'

red 164 ◦ green 155 ◦ blue 148

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

Shades of Zorba #A49B94

Tints of Zorba #A49B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 35.12%
G = 33.19%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A49B94 (or 0xA49B94) is known color: Zorba. HEX triplet: A4, 9B and 94. RGB value is (164,155,148). Sum of RGB (Red+Green+Blue) = 164+155+148=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B94 is #5B646B. Grayscale: #9C9C9C. Windows color (decimal): -5989484 or 9739172. OLE color: 9739172.

HSL color Cylindrical-coordinate representation of color #A49B94: hue angle of 26.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49B94 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 155 148 -
CMYK 0 0.05 0.10 0.36
HSL 26.25º 0.08% 0.61% -
HSV(B) 26.25º 0.1% 0.64% -
XYZ 32.38 33.47 32.77 -
YUV 156.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 164 155 148 0 0.05 0.10 0.36 26.25 0.08 0.61
Hex A4 9B 94 0 5 A 24 1A 8 3D
Octal 244 233 224 0 5 12 44 32 10 75
Binary 10100100 10011011 10010100 0 101 1010 100100 11010 1000 111101

Color Harmonies of #A49B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B94

Black with #A49B94

Text Example


Text Example

White with #A49B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B94; }

 p { color: rgb(164,155,148); }

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

background-color css

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

 a { background-color: rgb(164,155,148); }

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

border-color css

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

 span { border-color: rgb(164,155,148); }

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