#A69788

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

Shades of Zorba #A69788

Tints of Zorba #A69788

Color information

#A69788 (or 0xA69788) is unknown color: approx Zorba. HEX triplet: A6, 97 and 88. RGB value is (166,151,136). Sum of RGB (Red+Green+Blue) = 166+151+136=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A69788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69788 is #596877. Grayscale: #999999. Windows color (decimal): -5859448 or 8951718. OLE color: 8951718.

HSL color Cylindrical-coordinate representation of color #A69788: hue angle of 30º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A69788 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB166151136-
CMYK00.090.180.35
HSL30º14.42%59.22%-
HSV(B)30º18.07%65.1%-
XYZ31.2432.0227.83-
YUV153.78117.97136.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=36.64%
G=33.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615113600.090.180.353014.4259.22
HexA697880912231ee3b
Octal2462272100112243361673
Binary1010011010010111100010000100110010100011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69788; }

 p { color: rgb(166,151,136); }

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

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

 a { background-color: rgb(166,151,136); }

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

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

 span { border-color: rgb(166,151,136); }

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