Shades of Zorba #A2948B
Tints of Zorba #A2948B
RGB
CMYK
RGB Variations
Color information
#A2948B (or 0xA2948B) is known color: Zorba. HEX triplet: A2, 94 and 8B. RGB value is (162,148,139). Sum of RGB (Red+Green+Blue) = 162+148+139=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A2948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2948B is #5D6B74. Grayscale: #979797. Windows color (decimal): -6122357 or 9147554. OLE color: 9147554.
HSL color Cylindrical-coordinate representation of color #A2948B: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2948B is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 139 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.36 |
| HSL | 23.48º | 0.11% | 0.59% | - |
| HSV(B) | 23.48º | 0.14% | 0.64% | - |
| XYZ | 30.15 | 30.73 | 28.77 | - |
| YUV | 151.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 139 | 0 | 0.09 | 0.14 | 0.36 | 23.48 | 0.11 | 0.59 |
| Hex | A2 | 94 | 8B | 0 | 9 | E | 24 | 17 | B | 3B |
| Octal | 242 | 224 | 213 | 0 | 11 | 16 | 44 | 27 | 13 | 73 |
| Binary | 10100010 | 10010100 | 10001011 | 0 | 1001 | 1110 | 100100 | 10111 | 1011 | 111011 |
Color Harmonies of #A2948B
Complementary color
Monochromatic Colors of #A2948B
Black with #A2948B
Text Example
Text Example
White with #A2948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2948B; }
p { color: rgb(162,148,139); }
H1.HeaderClassName
{
color: #A2948B;
}
.AnyTagClassName
{
color: #A2948B;
}
</style>
background-color css
<style>
a { background-color: #A2948B; }
a { background-color: rgb(162,148,139); }
div.DivClassName
{
background-color: #A2948B;
}
.BgClassName
{
background-color: #A2948B;
}
</style>
border-color css
<style>
span { border-color: #A2948B; }
span { border-color: rgb(162,148,139); }
td.TdClassName
{
border-color: #A2948B;
}
.TagClassName
{
border-color: #A2948B;
}
</style>