#A5948C

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

Shades of Zorba #A5948C

Tints of Zorba #A5948C

Color information

#A5948C (or 0xA5948C) is unknown color: approx Zorba. HEX triplet: A5, 94 and 8C. RGB value is (165,148,140). Sum of RGB (Red+Green+Blue) = 165+148+140=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 165 - color contains mainly: red. Hex color #A5948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5948C is #5A6B73. Grayscale: #989898. Windows color (decimal): -5925748 or 9213093. OLE color: 9213093.

HSL color Cylindrical-coordinate representation of color #A5948C: hue angle of 19.2º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5948C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB165148140-
CMYK00.100.150.35
HSL19.2º12.2%59.8%-
HSV(B)19.2º15.15%64.71%-
XYZ30.8431.0729.18-
YUV152.17121.13137.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=36.42%
G=32.67%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514814000.100.150.3519.212.259.8
HexA5948C0AF2313c3c
Octal2452242140121743231474
Binary101001011001010010001100010101111100011100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5948C; }

 p { color: rgb(165,148,140); }

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

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

 a { background-color: rgb(165,148,140); }

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

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

 span { border-color: rgb(165,148,140); }

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