#AF9893

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

Shades of Thatch #AF9893

Tints of Thatch #AF9893

Color information

#AF9893 (or 0xAF9893) is unknown color: approx Thatch. HEX triplet: AF, 98 and 93. RGB value is (175,152,147). Sum of RGB (Red+Green+Blue) = 175+152+147=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9893 is #50676C. Grayscale: #9E9E9E. Windows color (decimal): -5269357 or 9672879. OLE color: 9672879.

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

Color convert

RGB175152147-
CMYK00.130.160.31
HSL10.71º14.89%63.14%-
HSV(B)10.71º16%68.63%-
XYZ34.1733.6832.3-
YUV158.31121.62139.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=36.92%
G=32.07%
B=31.01%

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
Decimal17515214700.130.160.3110.7114.8963.14
HexAF98930D101Fbf3f
Octal2572302230152037131777
Binary10101111100110001001001101101100001111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9893; }

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

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

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

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

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

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

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

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