#A69B95

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

Shades of Zorba #A69B95

Tints of Zorba #A69B95

Color information

#A69B95 (or 0xA69B95) is unknown color: approx Zorba. HEX triplet: A6, 9B and 95. RGB value is (166,155,149). Sum of RGB (Red+Green+Blue) = 166+155+149=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B95 is #59646A. Grayscale: #9D9D9D. Windows color (decimal): -5858411 or 9804710. OLE color: 9804710.

HSL color Cylindrical-coordinate representation of color #A69B95: hue angle of 21.18º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69B95 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166155149-
CMYK00.070.100.35
HSL21.18º8.72%61.76%-
HSV(B)21.18º10.24%65.1%-
XYZ32.8733.7233.21-
YUV157.6123.14133.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 155 (60.94% from 255) = 32.98%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=35.32%
G=32.98%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615514900.070.100.3521.188.7261.76
HexA69B9507A231593e
Octal246233225071243251176
Binary10100110100110111001010101111010100011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B95; }

 p { color: rgb(166,155,149); }

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

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

 a { background-color: rgb(166,155,149); }

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

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

 span { border-color: rgb(166,155,149); }

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