#AF9E8D

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

Shades of Zorba #AF9E8D

Tints of Zorba #AF9E8D

Color information

#AF9E8D (or 0xAF9E8D) is unknown color: approx Zorba. HEX triplet: AF, 9E and 8D. RGB value is (175,158,141). Sum of RGB (Red+Green+Blue) = 175+158+141=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E8D is #506172. Grayscale: #A1A1A1. Windows color (decimal): -5267827 or 9281199. OLE color: 9281199.

HSL color Cylindrical-coordinate representation of color #AF9E8D: hue angle of 30º degrees, saturation: 0.18, 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 #AF9E8D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175158141-
CMYK00.100.190.31
HSL30º17.53%61.96%-
HSV(B)30º19.43%68.63%-
XYZ34.7135.4930.22-
YUV161.15116.63137.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=36.92%
G=33.33%
B=29.75%

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
Decimal17515814100.100.190.313017.5361.96
HexAF9E8D0A131F1e123e
Octal2572362150122337362276
Binary1010111110011110100011010101010011111111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E8D; }

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

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

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

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

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

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

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

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