#A4998E

Color #A4998E Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A4998E

Tints of Zorba #A4998E

Color information

#A4998E (or 0xA4998E) is unknown color: approx Zorba. HEX triplet: A4, 99 and 8E. RGB value is (164,153,142). Sum of RGB (Red+Green+Blue) = 164+153+142=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 164 - color contains mainly: red. Hex color #A4998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4998E is #5B6671. Grayscale: #9B9B9B. Windows color (decimal): -5990002 or 9345444. OLE color: 9345444.

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

Color convert

RGB164153142-
CMYK00.070.130.36
HSL30º10.78%60%-
HSV(B)30º13.41%64.31%-
XYZ31.5832.6330.22-
YUV155.03120.64134.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=35.73%
G=33.33%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415314200.070.130.363010.7860
HexA4998E07D241eb3c
Octal244231216071544361374
Binary10100100100110011000111001111101100100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4998E; }

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

 H1.HeaderClassName
 {
   color: #A4998E;
 }
 .AnyTagClassName
 {
   color: #A4998E;
 }
</style>
background-color css

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

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

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

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

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

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