#A69A8C

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

Shades of Zorba #A69A8C

Tints of Zorba #A69A8C

Color information

#A69A8C (or 0xA69A8C) is unknown color: approx Zorba. HEX triplet: A6, 9A and 8C. RGB value is (166,154,140). Sum of RGB (Red+Green+Blue) = 166+154+140=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A8C is #596573. Grayscale: #9C9C9C. Windows color (decimal): -5858676 or 9214630. OLE color: 9214630.

HSL color Cylindrical-coordinate representation of color #A69A8C: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A69A8C is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB166154140-
CMYK00.070.160.35
HSL32.31º12.75%60%-
HSV(B)32.31º15.66%65.1%-
XYZ32.0233.1129.51-
YUV155.99118.98135.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 140 (55.08% from 255) = 30.43%
R=36.09%
G=33.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615414000.070.160.3532.3112.7560
HexA69A8C07102320d3c
Octal246232214072043401574
Binary1010011010011010100011000111100001000111000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A8C; }

 p { color: rgb(166,154,140); }

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

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

 a { background-color: rgb(166,154,140); }

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

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

 span { border-color: rgb(166,154,140); }

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