#A99685

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

Shades of Zorba #A99685

Tints of Zorba #A99685

Color information

#A99685 (or 0xA99685) is unknown color: approx Zorba. HEX triplet: A9, 96 and 85. RGB value is (169,150,133). Sum of RGB (Red+Green+Blue) = 169+150+133=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99685 is #56697A. Grayscale: #999999. Windows color (decimal): -5663099 or 8754857. OLE color: 8754857.

HSL color Cylindrical-coordinate representation of color #A99685: hue angle of 28.33º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99685 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB169150133-
CMYK00.110.210.34
HSL28.33º17.31%59.22%-
HSV(B)28.33º21.3%66.27%-
XYZ31.531.9426.7-
YUV153.74116.29138.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=37.39%
G=33.19%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915013300.110.210.3428.3317.3159.22
HexA996850B15221c113b
Octal2512262050132542342173
Binary10101001100101101000010101011101011000101110010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99685; }

 p { color: rgb(169,150,133); }

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

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

 a { background-color: rgb(169,150,133); }

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

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

 span { border-color: rgb(169,150,133); }

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