#AF9B8A

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

Shades of Zorba #AF9B8A

Tints of Zorba #AF9B8A

Color information

#AF9B8A (or 0xAF9B8A) is unknown color: approx Zorba. HEX triplet: AF, 9B and 8A. RGB value is (175,155,138). Sum of RGB (Red+Green+Blue) = 175+155+138=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B8A is #506475. Grayscale: #9F9F9F. Windows color (decimal): -5268598 or 9083823. OLE color: 9083823.

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

Color convert

RGB175155138-
CMYK00.110.210.31
HSL27.57º18.78%61.37%-
HSV(B)27.57º21.14%68.63%-
XYZ33.9934.3928.89-
YUV159.04116.13139.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=37.39%
G=33.12%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515513800.110.210.3127.5718.7861.37
HexAF9B8A0B151F1c133d
Octal2572332120132537342375
Binary1010111110011011100010100101110101111111110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B8A; }

 p { color: rgb(175,155,138); }

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

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

 a { background-color: rgb(175,155,138); }

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

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

 span { border-color: rgb(175,155,138); }

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