#AF928D

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

Shades of Thatch #AF928D

Tints of Thatch #AF928D

Color information

#AF928D (or 0xAF928D) is unknown color: approx Thatch. HEX triplet: AF, 92 and 8D. RGB value is (175,146,141). Sum of RGB (Red+Green+Blue) = 175+146+141=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928D is #506D72. Grayscale: #9A9A9A. Windows color (decimal): -5270899 or 9278127. OLE color: 9278127.

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

Color convert

RGB175146141-
CMYK00.170.190.31
HSL8.82º17.53%61.96%-
HSV(B)8.82º19.43%68.63%-
XYZ32.7731.5929.57-
YUV154.1120.61142.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=37.88%
G=31.60%
B=30.52%

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
Decimal17514614100.170.190.318.8217.5361.96
HexAF928D011131F9123e
Octal2572222150212337112276
Binary1010111110010010100011010100011001111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF928D; }

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

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

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

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

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

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

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

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