#AF9793

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

Shades of Thatch #AF9793

Tints of Thatch #AF9793

Color information

#AF9793 (or 0xAF9793) is unknown color: approx Thatch. HEX triplet: AF, 97 and 93. RGB value is (175,151,147). Sum of RGB (Red+Green+Blue) = 175+151+147=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9793 is #50686C. Grayscale: #9D9D9D. Windows color (decimal): -5269613 or 9672623. OLE color: 9672623.

HSL color Cylindrical-coordinate representation of color #AF9793: hue angle of 8.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9793 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB175151147-
CMYK00.140.160.31
HSL8.57º14.89%63.14%-
HSV(B)8.57º16%68.63%-
XYZ34.0133.3532.25-
YUV157.72121.95140.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 147 (57.81% from 255) = 31.08%
R=37.00%
G=31.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515114700.140.160.318.5714.8963.14
HexAF97930E101F9f3f
Octal2572272230162037111777
Binary10101111100101111001001101110100001111110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9793; }

 p { color: rgb(175,151,147); }

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

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

 a { background-color: rgb(175,151,147); }

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

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

 span { border-color: rgb(175,151,147); }

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