#AF938B

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

Shades of Thatch #AF938B

Tints of Thatch #AF938B

Color information

#AF938B (or 0xAF938B) is unknown color: approx Thatch. HEX triplet: AF, 93 and 8B. RGB value is (175,147,139). Sum of RGB (Red+Green+Blue) = 175+147+139=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938B is #506C74. Grayscale: #9A9A9A. Windows color (decimal): -5270645 or 9147311. OLE color: 9147311.

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

Color convert

RGB175147139-
CMYK00.160.210.31
HSL13.33º18.37%61.57%-
HSV(B)13.33º20.57%68.63%-
XYZ32.7731.8528.85-
YUV154.46119.28142.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=37.96%
G=31.89%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514713900.160.210.3113.3318.3761.57
HexAF938B010151Fd123e
Octal2572232130202537152276
Binary1010111110010011100010110100001010111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF938B; }

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

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

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

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

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

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

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

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