#A8948A

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

Shades of Zorba #A8948A

Tints of Zorba #A8948A

Color information

#A8948A (or 0xA8948A) is unknown color: approx Zorba. HEX triplet: A8, 94 and 8A. RGB value is (168,148,138). Sum of RGB (Red+Green+Blue) = 168+148+138=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8948A is #576B75. Grayscale: #989898. Windows color (decimal): -5729142 or 9082024. OLE color: 9082024.

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

Color convert

RGB168148138-
CMYK00.120.180.34
HSL20º14.71%60%-
HSV(B)20º17.86%65.88%-
XYZ31.3331.3428.44-
YUV152.84119.63138.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=37.00%
G=32.60%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814813800.120.180.342014.7160
HexA8948A0C122214f3c
Octal2502242120142242241774
Binary1010100010010100100010100110010010100010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8948A; }

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

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

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

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

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

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

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

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