#AF938E

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

Shades of Thatch #AF938E

Tints of Thatch #AF938E

Color information

#AF938E (or 0xAF938E) is unknown color: approx Thatch. HEX triplet: AF, 93 and 8E. RGB value is (175,147,142). Sum of RGB (Red+Green+Blue) = 175+147+142=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938E is #506C71. Grayscale: #9A9A9A. Windows color (decimal): -5270642 or 9343919. OLE color: 9343919.

HSL color Cylindrical-coordinate representation of color #AF938E: hue angle of 9.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 #AF938E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175147142-
CMYK00.160.190.31
HSL9.09º17.1%62.16%-
HSV(B)9.09º18.86%68.63%-
XYZ3331.9330.02-
YUV154.8120.78142.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=37.72%
G=31.68%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514714200.160.190.319.0917.162.16
HexAF938E010131F9113e
Octal2572232160202337112176
Binary1010111110010011100011100100001001111111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF938E; }

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

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

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

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

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

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

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

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