#A69E97

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

Shades of Zorba #A69E97

Tints of Zorba #A69E97

Color information

#A69E97 (or 0xA69E97) is unknown color: approx Zorba. HEX triplet: A6, 9E and 97. RGB value is (166,158,151). Sum of RGB (Red+Green+Blue) = 166+158+151=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E97 is #596168. Grayscale: #9F9F9F. Windows color (decimal): -5857641 or 9936550. OLE color: 9936550.

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

Color convert

RGB166158151-
CMYK00.050.090.35
HSL28º7.77%62.16%-
HSV(B)28º9.04%65.1%-
XYZ33.5434.834.23-
YUV159.59123.15132.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=34.95%
G=33.26%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615815100.050.090.35287.7762.16
HexA69E97059231c83e
Octal246236227051143341076
Binary10100110100111101001011101011001100011111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E97; }

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

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

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

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

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

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

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

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