#AF928C

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

Shades of Thatch #AF928C

Tints of Thatch #AF928C

Color information

#AF928C (or 0xAF928C) is unknown color: approx Thatch. HEX triplet: AF, 92 and 8C. RGB value is (175,146,140). Sum of RGB (Red+Green+Blue) = 175+146+140=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF928C is #506D73. Grayscale: #9A9A9A. Windows color (decimal): -5270900 or 9212591. OLE color: 9212591.

HSL color Cylindrical-coordinate representation of color #AF928C: hue angle of 10.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF928C is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB175146140-
CMYK00.170.20.31
HSL10.29º17.95%61.76%-
HSV(B)10.29º20%68.63%-
XYZ32.6931.5729.18-
YUV153.99120.11142.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=37.96%
G=31.67%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514614000.170.20.3110.2917.9561.76
HexAF928C011141Fa123e
Octal2572222140212437122276
Binary1010111110010010100011000100011010011111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF928C; }

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

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

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

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

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

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

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

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