#A69A92

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

Shades of Zorba #A69A92

Tints of Zorba #A69A92

Color information

#A69A92 (or 0xA69A92) is unknown color: approx Zorba. HEX triplet: A6, 9A and 92. RGB value is (166,154,146). Sum of RGB (Red+Green+Blue) = 166+154+146=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69A92 is #59656D. Grayscale: #9C9C9C. Windows color (decimal): -5858670 or 9607846. OLE color: 9607846.

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

Color convert

RGB166154146-
CMYK00.070.120.35
HSL24º10.1%61.18%-
HSV(B)24º12.05%65.1%-
XYZ32.4733.2931.91-
YUV156.68121.98134.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=35.62%
G=33.05%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615414600.070.120.352410.161.18
HexA69A9207C2318a3d
Octal246232222071443301275
Binary10100110100110101001001001111100100011110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A92; }

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

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

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

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

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

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

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

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