#AF938A

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

Shades of Thatch #AF938A

Tints of Thatch #AF938A

Color information

#AF938A (or 0xAF938A) is unknown color: approx Thatch. HEX triplet: AF, 93 and 8A. RGB value is (175,147,138). Sum of RGB (Red+Green+Blue) = 175+147+138=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 175 - color contains mainly: red. Hex color #AF938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF938A is #506C75. Grayscale: #9A9A9A. Windows color (decimal): -5270646 or 9081775. OLE color: 9081775.

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

Color convert

RGB175147138-
CMYK00.160.210.31
HSL14.59º18.78%61.37%-
HSV(B)14.59º21.14%68.63%-
XYZ32.731.8228.46-
YUV154.35118.78142.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 138 (54.30% from 255) = 30%
R=38.04%
G=31.96%
B=30%

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
Decimal17514713800.160.210.3114.5918.7861.37
HexAF938A010151Ff133d
Octal2572232120202537172375
Binary1010111110010011100010100100001010111111111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF938A; }

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

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

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

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

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

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

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

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