#AD9888

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

Shades of Zorba #AD9888

Tints of Zorba #AD9888

Color information

#AD9888 (or 0xAD9888) is unknown color: approx Zorba. HEX triplet: AD, 98 and 88. RGB value is (173,152,136). Sum of RGB (Red+Green+Blue) = 173+152+136=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9888 is #526777. Grayscale: #9C9C9C. Windows color (decimal): -5400440 or 8951981. OLE color: 8951981.

HSL color Cylindrical-coordinate representation of color #AD9888: hue angle of 25.95º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AD9888 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB173152136-
CMYK00.120.210.32
HSL25.95º18.41%60.59%-
HSV(B)25.95º21.39%67.84%-
XYZ32.9133.1227.95-
YUV156.45116.46139.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.53%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=37.53%
G=32.97%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315213600.120.210.3225.9518.4160.59
HexAD98880C15201a123d
Octal2552302100142540322275
Binary10101101100110001000100001100101011000001101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9888; }

 p { color: rgb(173,152,136); }

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

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

 a { background-color: rgb(173,152,136); }

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

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

 span { border-color: rgb(173,152,136); }

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