#AF938D

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

Shades of Thatch #AF938D

Tints of Thatch #AF938D

Color information

#AF938D (or 0xAF938D) is unknown color: approx Thatch. HEX triplet: AF, 93 and 8D. RGB value is (175,147,141). Sum of RGB (Red+Green+Blue) = 175+147+141=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938D is #506C72. Grayscale: #9A9A9A. Windows color (decimal): -5270643 or 9278383. OLE color: 9278383.

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

Color convert

RGB175147141-
CMYK00.160.190.31
HSL10.59º17.53%61.96%-
HSV(B)10.59º19.43%68.63%-
XYZ32.9231.929.62-
YUV154.69120.28142.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=37.80%
G=31.75%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514714100.160.190.3110.5917.5361.96
HexAF938D010131Fb123e
Octal2572232150202337132276
Binary1010111110010011100011010100001001111111101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF938D; }

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

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

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

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

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

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

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

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