#AF9E8E

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

Shades of Zorba #AF9E8E

Tints of Zorba #AF9E8E

Color information

#AF9E8E (or 0xAF9E8E) is unknown color: approx Zorba. HEX triplet: AF, 9E and 8E. RGB value is (175,158,142). Sum of RGB (Red+Green+Blue) = 175+158+142=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8E is #506171. Grayscale: #A1A1A1. Windows color (decimal): -5267826 or 9346735. OLE color: 9346735.

HSL color Cylindrical-coordinate representation of color #AF9E8E: hue angle of 29.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF9E8E is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175158142-
CMYK00.100.190.31
HSL29.09º17.1%62.16%-
HSV(B)29.09º18.86%68.63%-
XYZ34.7935.5230.61-
YUV161.26117.13137.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=36.84%
G=33.26%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515814200.100.190.3129.0917.162.16
HexAF9E8E0A131F1d113e
Octal2572362160122337352176
Binary1010111110011110100011100101010011111111110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E8E; }

 p { color: rgb(175,158,142); }

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

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

 a { background-color: rgb(175,158,142); }

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

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

 span { border-color: rgb(175,158,142); }

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