#AF928E

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

Shades of Thatch #AF928E

Tints of Thatch #AF928E

Color information

#AF928E (or 0xAF928E) is unknown color: approx Thatch. HEX triplet: AF, 92 and 8E. RGB value is (175,146,142). Sum of RGB (Red+Green+Blue) = 175+146+142=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928E is #506D71. Grayscale: #9A9A9A. Windows color (decimal): -5270898 or 9343663. OLE color: 9343663.

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

Color convert

RGB175146142-
CMYK00.170.190.31
HSL7.27º17.1%62.16%-
HSV(B)7.27º18.86%68.63%-
XYZ32.8431.6229.96-
YUV154.21121.11142.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=37.80%
G=31.53%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514614200.170.190.317.2717.162.16
HexAF928E011131F7113e
Octal257222216021233772176
Binary101011111001001010001110010001100111111111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF928E; }

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

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

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

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

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

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

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

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