Html Css Color HEX #A49588 Zorba

📋 copy color: '#A49588'

red 164 ◦ green 149 ◦ blue 136

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

Shades of Zorba #A49588

Tints of Zorba #A49588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.18%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 36.53%
G = 33.18%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A49588 (or 0xA49588) is known color: Zorba. HEX triplet: A4, 95 and 88. RGB value is (164,149,136). Sum of RGB (Red+Green+Blue) = 164+149+136=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 164 - color contains mainly: red. Hex color #A49588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49588 is #5B6A77. Grayscale: #989898. Windows color (decimal): -5991032 or 8951204. OLE color: 8951204.

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

Color convert

RGB 164 149 136 -
CMYK 0 0.09 0.17 0.36
HSL 27.86º 0.13% 0.59% -
HSV(B) 27.86º 0.17% 0.64% -
XYZ 30.5 31.16 27.7 -
YUV 152 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 164 149 136 0 0.09 0.17 0.36 27.86 0.13 0.59
Hex A4 95 88 0 9 11 24 1C D 3B
Octal 244 225 210 0 11 21 44 34 15 73
Binary 10100100 10010101 10001000 0 1001 10001 100100 11100 1101 111011

Color Harmonies of #A49588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49588

Black with #A49588

Text Example


Text Example

White with #A49588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49588; }

 p { color: rgb(164,149,136); }

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

background-color css

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

 a { background-color: rgb(164,149,136); }

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

border-color css

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

 span { border-color: rgb(164,149,136); }

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