Html Css Color HEX #A49E98 Zorba

📋 copy color: '#A49E98'

red 164 ◦ green 158 ◦ blue 152

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

Shades of Zorba #A49E98

Tints of Zorba #A49E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 34.6%
G = 33.33%
B = 32.07%

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

#A49E98 (or 0xA49E98) is known color: Zorba. HEX triplet: A4, 9E and 98. RGB value is (164,158,152). Sum of RGB (Red+Green+Blue) = 164+158+152=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49E98 is #5B6167. Grayscale: #9F9F9F. Windows color (decimal): -5988712 or 10002084. OLE color: 10002084.

HSL color Cylindrical-coordinate representation of color #A49E98: hue angle of 30º 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 #A49E98 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 152 -
CMYK 0 0.04 0.07 0.36
HSL 30º 0.06% 0.62% -
HSV(B) 30º 0.07% 0.64% -
XYZ 33.2 34.61 34.64 -
YUV 159.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 164 158 152 0 0.04 0.07 0.36 30 0.06 0.62
Hex A4 9E 98 0 4 7 24 1E 6 3E
Octal 244 236 230 0 4 7 44 36 6 76
Binary 10100100 10011110 10011000 0 100 111 100100 11110 110 111110

Color Harmonies of #A49E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E98

Black with #A49E98

Text Example


Text Example

White with #A49E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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