#A28F88

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

Shades of Zorba #A28F88

Tints of Zorba #A28F88

Color information

#A28F88 (or 0xA28F88) is unknown color: approx Zorba. HEX triplet: A2, 8F and 88. RGB value is (162,143,136). Sum of RGB (Red+Green+Blue) = 162+143+136=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28F88 is #5D7077. Grayscale: #939393. Windows color (decimal): -6123640 or 8949666. OLE color: 8949666.

HSL color Cylindrical-coordinate representation of color #A28F88: hue angle of 16.15º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A28F88 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB162143136-
CMYK00.120.160.36
HSL16.15º12.26%58.43%-
HSV(B)16.15º16.05%63.53%-
XYZ29.1729.127.37-
YUV147.88121.29138.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 143 (56.25% from 255) = 32.43%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=36.73%
G=32.43%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214313600.120.160.3616.1512.2658.43
HexA28F880C102410c3a
Octal2422172100142044201472
Binary1010001010001111100010000110010000100100100001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28F88; }

 p { color: rgb(162,143,136); }

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

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

 a { background-color: rgb(162,143,136); }

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

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

 span { border-color: rgb(162,143,136); }

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