#AF9993

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

Shades of Thatch #AF9993

Tints of Thatch #AF9993

Color information

#AF9993 (or 0xAF9993) is unknown color: approx Thatch. HEX triplet: AF, 99 and 93. RGB value is (175,153,147). Sum of RGB (Red+Green+Blue) = 175+153+147=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9993 is #50666C. Grayscale: #9E9E9E. Windows color (decimal): -5269101 or 9673135. OLE color: 9673135.

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

Color convert

RGB175153147-
CMYK00.130.160.31
HSL12.86º14.89%63.14%-
HSV(B)12.86º16%68.63%-
XYZ34.343432.36-
YUV158.89121.29139.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=36.84%
G=32.21%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515314700.130.160.3112.8614.8963.14
HexAF99930D101Fdf3f
Octal2572312230152037151777
Binary10101111100110011001001101101100001111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9993; }

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

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

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

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

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

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

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

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