Html Css Color HEX #A49189 Zorba

📋 copy color: '#A49189'

red 164 ◦ green 145 ◦ blue 137

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

Shades of Zorba #A49189

Tints of Zorba #A49189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 36.77%
G = 32.51%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A49189 (or 0xA49189) is known color: Zorba. HEX triplet: A4, 91 and 89. RGB value is (164,145,137). Sum of RGB (Red+Green+Blue) = 164+145+137=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49189 is #5B6E76. Grayscale: #959595. Windows color (decimal): -5992055 or 9015716. OLE color: 9015716.

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

Color convert

RGB 164 145 137 -
CMYK 0 0.12 0.16 0.36
HSL 17.78º 0.13% 0.59% -
HSV(B) 17.78º 0.16% 0.64% -
XYZ 29.95 29.95 27.87 -
YUV 149.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 164 145 137 0 0.12 0.16 0.36 17.78 0.13 0.59
Hex A4 91 89 0 C 10 24 12 D 3B
Octal 244 221 211 0 14 20 44 22 15 73
Binary 10100100 10010001 10001001 0 1100 10000 100100 10010 1101 111011

Color Harmonies of #A49189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49189

Black with #A49189

Text Example


Text Example

White with #A49189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49189; }

 p { color: rgb(164,145,137); }

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

background-color css

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

 a { background-color: rgb(164,145,137); }

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

border-color css

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

 span { border-color: rgb(164,145,137); }

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