Html Css Color HEX #A49E99 Zorba

📋 copy color: '#A49E99'

red 164 ◦ green 158 ◦ blue 153

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

Shades of Zorba #A49E99

Tints of Zorba #A49E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 153 (60.16% from 255) = 32.21%

R = 34.53%
G = 33.26%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A49E99 (or 0xA49E99) is known color: Zorba. HEX triplet: A4, 9E and 99. RGB value is (164,158,153). Sum of RGB (Red+Green+Blue) = 164+158+153=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E99 is #5B6166. Grayscale: #9F9F9F. Windows color (decimal): -5988711 or 10067620. OLE color: 10067620.

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

Color convert

RGB 164 158 153 -
CMYK 0 0.04 0.07 0.36
HSL 27.27º 0.06% 0.62% -
HSV(B) 27.27º 0.07% 0.64% -
XYZ 33.29 34.65 35.07 -
YUV 159.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 164 158 153 0 0.04 0.07 0.36 27.27 0.06 0.62
Hex A4 9E 99 0 4 7 24 1B 6 3E
Octal 244 236 231 0 4 7 44 33 6 76
Binary 10100100 10011110 10011001 0 100 111 100100 11011 110 111110

Color Harmonies of #A49E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E99

Black with #A49E99

Text Example


Text Example

White with #A49E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E99; }

 p { color: rgb(164,158,153); }

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

background-color css

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

 a { background-color: rgb(164,158,153); }

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

border-color css

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

 span { border-color: rgb(164,158,153); }

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