#A1948A

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

Shades of Zorba #A1948A

Tints of Zorba #A1948A

Color information

#A1948A (or 0xA1948A) is unknown color: approx Zorba. HEX triplet: A1, 94 and 8A. RGB value is (161,148,138). Sum of RGB (Red+Green+Blue) = 161+148+138=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A1948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1948A is #5E6B75. Grayscale: #969696. Windows color (decimal): -6187894 or 9082017. OLE color: 9082017.

HSL color Cylindrical-coordinate representation of color #A1948A: hue angle of 26.09º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1948A is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB161148138-
CMYK00.080.140.37
HSL26.09º10.9%58.63%-
HSV(B)26.09º14.29%63.14%-
XYZ29.8830.5928.37-
YUV150.75120.81135.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=36.02%
G=33.11%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114813800.080.140.3726.0910.958.63
HexA1948A08E251ab3b
Octal2412242120101645321373
Binary101000011001010010001010010001110100101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1948A; }

 p { color: rgb(161,148,138); }

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

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

 a { background-color: rgb(161,148,138); }

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

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

 span { border-color: rgb(161,148,138); }

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