#A39693

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

Shades of Thatch #A39693

Tints of Thatch #A39693

Color information

#A39693 (or 0xA39693) is unknown color: approx Thatch. HEX triplet: A3, 96 and 93. RGB value is (163,150,147). Sum of RGB (Red+Green+Blue) = 163+150+147=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39693 is #5C696C. Grayscale: #999999. Windows color (decimal): -6056301 or 9672355. OLE color: 9672355.

HSL color Cylindrical-coordinate representation of color #A39693: hue angle of 11.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39693 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163150147-
CMYK00.080.100.36
HSL11.25º8%60.78%-
HSV(B)11.25º9.82%63.92%-
XYZ31.2831.7132.08-
YUV153.54124.31134.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=35.43%
G=32.61%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315014700.080.100.3611.25860.78
HexA3969308A24b83d
Octal2432262230101244131075
Binary10100011100101101001001101000101010010010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39693; }

 p { color: rgb(163,150,147); }

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

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

 a { background-color: rgb(163,150,147); }

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

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

 span { border-color: rgb(163,150,147); }

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